GrpcError.notFound constructor
Some requested entity (e.g., file or directory) was not found.
Implementation
const GrpcError.notFound([this.message, this.details, this.rawResponse])
: trailers = const {},
code = StatusCode.notFound;
Some requested entity (e.g., file or directory) was not found.
const GrpcError.notFound([this.message, this.details, this.rawResponse])
: trailers = const {},
code = StatusCode.notFound;