GrpcError.custom constructor
const
GrpcError.custom(])
Custom error code.
Implementation
const GrpcError.custom(
this.code, [
this.message,
this.details,
this.rawResponse,
this.trailers = const {},
]);
Custom error code.
const GrpcError.custom(
this.code, [
this.message,
this.details,
this.rawResponse,
this.trailers = const {},
]);