github.com/tickoalcantara12/micro/v3@v3.0.0-20221007104245-9d75b9bcbab9/proto/errors/errors.proto (about) 1 syntax = "proto3"; 2 3 package errors; 4 5 option go_package = "github.com/tickoalcantara12/micro/v3/proto/errors;errors"; 6 7 message Error { 8 string id = 1; 9 int32 code = 2; 10 string detail = 3; 11 string status = 4; 12 };