GrpcError.unauthenticated constructor
const
GrpcError.unauthenticated([
- String? message,
- List<
GeneratedMessage> ? details, - Object? rawResponse
The request does not have valid authentication credentials for the operation.
Implementation
const GrpcError.unauthenticated([
this.message,
this.details,
this.rawResponse,
]) : trailers = const {},
code = StatusCode.unauthenticated;