/AWS1/CL_MBQBTCGETTOKBALANCE04¶
Error generated from a failed BatchGetTokenBalance request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_errorcode TYPE /AWS1/MBQSTRING /AWS1/MBQSTRING¶
The error code associated with the error.
iv_errormessage TYPE /AWS1/MBQSTRING /AWS1/MBQSTRING¶
The message associated with the error.
iv_errortype TYPE /AWS1/MBQERRORTYPE /AWS1/MBQERRORTYPE¶
The type of error.
Optional arguments:¶
io_tokenidentifier TYPE REF TO /AWS1/CL_MBQTOKENIDENTIFIER /AWS1/CL_MBQTOKENIDENTIFIER¶
The container for the identifier for the token including the unique token ID and its blockchain network.
Only the native tokens BTC and ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
io_owneridentifier TYPE REF TO /AWS1/CL_MBQOWNERIDENTIFIER /AWS1/CL_MBQOWNERIDENTIFIER¶
The container for the owner identifier.
io_atblockchaininstant TYPE REF TO /AWS1/CL_MBQBLOCKCHAININSTANT /AWS1/CL_MBQBLOCKCHAININSTANT¶
The container for time.
Queryable Attributes¶
tokenIdentifier¶
The container for the identifier for the token including the unique token ID and its blockchain network.
Only the native tokens BTC and ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOKENIDENTIFIER() |
Getter for TOKENIDENTIFIER |
ownerIdentifier¶
The container for the owner identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNERIDENTIFIER() |
Getter for OWNERIDENTIFIER |
atBlockchainInstant¶
The container for time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATBLOCKCHAININSTANT() |
Getter for ATBLOCKCHAININSTANT |
errorCode¶
The error code associated with the error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORCODE() |
Getter for ERRORCODE, with configurable default |
ASK_ERRORCODE() |
Getter for ERRORCODE w/ exceptions if field has no value |
HAS_ERRORCODE() |
Determine if ERRORCODE has a value |
errorMessage¶
The message associated with the error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE has a value |
errorType¶
The type of error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORTYPE() |
Getter for ERRORTYPE, with configurable default |
ASK_ERRORTYPE() |
Getter for ERRORTYPE w/ exceptions if field has no value |
HAS_ERRORTYPE() |
Determine if ERRORTYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BATCHGETTOKENBALANCEERRORS¶
TYPES TT_BATCHGETTOKENBALANCEERRORS TYPE STANDARD TABLE OF REF TO /AWS1/CL_MBQBTCGETTOKBALANCE04 WITH DEFAULT KEY
.