GrpcError.internal constructor
const
GrpcError.internal([])
Internal errors. Means some invariants expected by underlying system has been broken. If you see one of these errors, something is very broken.
Implementation
// TODO(sigurdm): This should probably not be an [Exception].
const GrpcError.internal([
this.message,
this.details,
this.rawResponse,
this.trailers,
]) : code = StatusCode.internal;