github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/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 }