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.
  • data: String
  • # Supported in m3.2.0-m4.2.0
  • # Error message in case of failure.
  • message: String
  • # Supported in m3.2.0-m4.2.0
  • # Return Code from Mosaic.
  • returnCode: Long
  • # Supported in m3.2.0-m4.2.0
  • # Status of the request.
  • status: Boolean
  • }

link Require by