PteroErrorCodeEnum enum

Inheritance
Implemented types

Constructors

PteroErrorCodeEnum()
const

Values

BadMethodCallException → const PteroErrorCodeEnum
TwoFactorAuthenticationTokenInvalid → const PteroErrorCodeEnum
BadRequestHttpException → const PteroErrorCodeEnum
email → const PteroErrorCodeEnum
InvalidPasswordProvidedException → const PteroErrorCodeEnum
NotFoundHttpException → const PteroErrorCodeEnum
AccessDeniedHttpException → const PteroErrorCodeEnum
HttpException → const PteroErrorCodeEnum
DisplayException → const PteroErrorCodeEnum
MethodNotAllowedHttpException → const PteroErrorCodeEnum
AuthenticationException → const PteroErrorCodeEnum
DaemonConnectionException → const PteroErrorCodeEnum
ValidationException → const PteroErrorCodeEnum
ServerStateConflictException → const PteroErrorCodeEnum
UNKNOWN → const PteroErrorCodeEnum

Properties

code String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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
toJson() String
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(String code) PteroErrorCodeEnum

Constants

values → const List<PteroErrorCodeEnum>
A constant List of the values in this enum, in order of their declaration.