OBJECT
MosaicAsyncResponse
Description
Supported in m3.2.0-m4.2.0 Response object from an async request to mosaic.
link GraphQL Schema definition
- type MosaicAsyncResponse {
- # Supported in m3.2.0-m4.2.0
- # Mosaic Job ID of submitted job in case of successful job submission. This job id
- # can be used to track progress of the request.
- String :
- # Supported in m3.2.0-m4.2.0
- # Error message in case of failure.
- String :
- # Supported in m3.2.0-m4.2.0
- # Return Code from Mosaic.
- Long :
- # Supported in m3.2.0-m4.2.0
- # Status of the request.
- Boolean :
- }