ErrorDetailReasonEnum class

Inheritance
  • Object
  • EnumClass
  • ErrorDetailReasonEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<ErrorDetailReasonEnum>
no setter
values → BuiltSet<ErrorDetailReasonEnum>
no setter

Static Methods

valueOf(String name) ErrorDetailReasonEnum

Constants

badRequest → const ErrorDetailReasonEnum
A reason for the error.
dailyLimitExceeded → const ErrorDetailReasonEnum
A reason for the error.
invalid → const ErrorDetailReasonEnum
A reason for the error.
keyInvalid → const ErrorDetailReasonEnum
A reason for the error.
notFound → const ErrorDetailReasonEnum
A reason for the error.
parseError → const ErrorDetailReasonEnum
A reason for the error.
userRateLimitExceeded → const ErrorDetailReasonEnum
A reason for the error.