AptosErrorCode class

Inheritance
  • Object
  • EnumClass
  • AptosErrorCode

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<AptosErrorCode>
no setter
values → BuiltSet<AptosErrorCode>
no setter

Static Methods

valueOf(String name) AptosErrorCode

Constants

accountNotFound → const AptosErrorCode
These codes provide more granular error information beyond just the HTTP status code of the response.
apiDisabled → const AptosErrorCode
These codes provide more granular error information beyond just the HTTP status code of the response.
bcsNotSupported → const AptosErrorCode
These codes provide more granular error information beyond just the HTTP status code of the response.
blockNotFound → const AptosErrorCode
These codes provide more granular error information beyond just the HTTP status code of the response.
blockPruned → const AptosErrorCode
These codes provide more granular error information beyond just the HTTP status code of the response.
healthCheckFailed → const AptosErrorCode
These codes provide more granular error information beyond just the HTTP status code of the response.
internalError → const AptosErrorCode
These codes provide more granular error information beyond just the HTTP status code of the response.
invalidInput → const AptosErrorCode
These codes provide more granular error information beyond just the HTTP status code of the response.
invalidTransactionUpdate → const AptosErrorCode
These codes provide more granular error information beyond just the HTTP status code of the response.
mempoolIsFull → const AptosErrorCode
These codes provide more granular error information beyond just the HTTP status code of the response.
moduleNotFound → const AptosErrorCode
These codes provide more granular error information beyond just the HTTP status code of the response.
resourceNotFound → const AptosErrorCode
These codes provide more granular error information beyond just the HTTP status code of the response.
sequenceNumberTooOld → const AptosErrorCode
These codes provide more granular error information beyond just the HTTP status code of the response.
stateValueNotFound → const AptosErrorCode
These codes provide more granular error information beyond just the HTTP status code of the response.
structFieldNotFound → const AptosErrorCode
These codes provide more granular error information beyond just the HTTP status code of the response.
tableItemNotFound → const AptosErrorCode
These codes provide more granular error information beyond just the HTTP status code of the response.
transactionNotFound → const AptosErrorCode
These codes provide more granular error information beyond just the HTTP status code of the response.
versionNotFound → const AptosErrorCode
These codes provide more granular error information beyond just the HTTP status code of the response.
versionPruned → const AptosErrorCode
These codes provide more granular error information beyond just the HTTP status code of the response.
vmError → const AptosErrorCode
These codes provide more granular error information beyond just the HTTP status code of the response.
webFrameworkError → const AptosErrorCode
These codes provide more granular error information beyond just the HTTP status code of the response.