add error third party (#1114)

* add error third party

* fix errors format
pull/1115/head
longxboy 3 years ago committed by GitHub
parent ec7c2181e2
commit c8b477d167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      third_party/errors/errors.proto

@ -0,0 +1,18 @@
syntax = "proto3";
package errors;
option go_package = "github.com/go-kratos/kratos/v2/errors;errors";
option java_multiple_files = true;
option java_package = "com.github.kratos.errors";
option objc_class_prefix = "KratosErrors";
import "google/protobuf/descriptor.proto";
extend google.protobuf.EnumOptions {
int32 default_code = 1108;
}
extend google.protobuf.EnumValueOptions {
int32 code = 1109;
}
Loading…
Cancel
Save