ERROR_REASON_INVALID_REQUEST constant
ErrorReason
const ERROR_REASON_INVALID_REQUEST
Error states from https://datatracker.ietf.org/doc/html/rfc6749#section-4.2.2.1
Implementation
static const ErrorReason ERROR_REASON_INVALID_REQUEST =
ErrorReason._(1, _omitEnumNames ? '' : 'ERROR_REASON_INVALID_REQUEST');