github.com/Augustu/go-micro/v2@v2.9.3/errors/errors.proto (about) 1 syntax = "proto3"; 2 3 package errors; 4 5 message Error { 6 string id = 1; 7 int32 code = 2; 8 string detail = 3; 9 string status = 4; 10 };