A status code as string. The value depends on the RpcTransport
being
used.
For gRPC, it will be the string value of a StatusCode enum value https://github.com/grpc/grpc/blob/a19d8dcfb50caa81cddc25bc1a6afdd7a2f497b7/include/grpcpp/impl/codegen/status_code_enum.h#L24
For Twirp, it will be one of the Twirp error codes as string: https://twitchtv.github.io/twirp/docs/spec_v5.html#error-codes
Metadata related to the failed call.
Optional
methodThe name of the RPC method that was called as declared in .proto
Optional
serviceThe name of the RPC service that was called as declared in .proto
It will be in the form of:
If the service was declared without a package, the package name and dot are omitted.
Optional
stackStatic
Optional
prepareOptional override for formatting stack traces
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Static
stackStatic
captureGenerated using TypeDoc
An error that occurred while calling a RPC method.