github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/plugins/shared/structs/proto/recoverable_error.proto (about) 1 syntax = "proto3"; 2 package hashicorp.nomad.plugins.shared.structs; 3 option go_package = "proto"; 4 5 // RecoverableError is used with a grpc Status to indicate if the error is one 6 // which is recoverable and can be reattempted by the client. 7 message RecoverableError { 8 bool recoverable = 1; 9 }