UNIMPLEMENTED constant
Code
const UNIMPLEMENTED
The operation is not implemented or is not supported/enabled in this service.
HTTP Mapping: 501 Not Implemented
Implementation
static const Code UNIMPLEMENTED =
Code._(12, _omitEnumNames ? '' : 'UNIMPLEMENTED');