VerificationError class abstract

VerificationError

Properties:

  • code - The verification error code.
  • message - The verification error message.
  • remediatingActions - The actions that you can take to resolve the verification error.
  • subErrors - More granular information about the verification error.
  • type - The type of verification error. Possible values: invalidInput, dataMissing, and pendingStatus.
Annotations
  • @BuiltValue.new()

Constructors

VerificationError([void updates(VerificationErrorBuilder b)])
factory

Properties

code String?
The verification error code.
no setter
hashCode int
The hash code for this object.
no setterinherited
message String?
The verification error message.
no setter
remediatingActions → BuiltList<RemediatingAction>?
The actions that you can take to resolve the verification error.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subErrors → BuiltList<VerificationErrorRecursive>?
More granular information about the verification error.
no setter
type VerificationErrorTypeEnum?
The type of verification error. Possible values: invalidInput, dataMissing, and pendingStatus.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(VerificationErrorBuilder)) VerificationError
Rebuilds the instance.
inherited
toBuilder() VerificationErrorBuilder
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<VerificationError>
no setter