ErrorOAuth2 class abstract

Error

Properties:

Annotations
  • @BuiltValue()

Constructors

ErrorOAuth2([void updates(ErrorOAuth2Builder b)])
factory

Properties

error String?
Error
no setter
errorDebug String?
Error Debug Information Only available in dev mode.
no setter
errorDescription String?
Error Description
no setter
errorHint String?
Error Hint Helps the user identify the error cause.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int?
HTTP Status Code
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ErrorOAuth2Builder)) ErrorOAuth2
Rebuilds the instance.
inherited
toBuilder() ErrorOAuth2Builder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<ErrorOAuth2>
no setter