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 Code INTERNAL = Code._(13, _omitEnumNames ? '' : 'INTERNAL');