Skip to main content

ErrorResponse

error objectrequired
messagestringrequired

Human-readable error message

codestring

Machine-readable error code (e.g. MISSING_PARAM, NOT_FOUND, INVALID_PARAM)

ErrorResponse
{
"error": {
"message": "Missing required parameter: mintAccount",
"code": "MISSING_PARAM"
}
}