GrpcError.notFound constructor
const
GrpcError.notFound([
- String? message,
- List<
GeneratedMessage> ? details, - Object? rawResponse
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;