internal constant

Code const internal

Internal errors. This means that some invariants expected by the underlying system have been broken. This error code is reserved for serious errors.

HTTP Mapping: 500 Internal Server Error

Implementation

static const internal = Code('INTERNAL');