Interest registration cancellation failed

This event occurs when a registration cannot be cancelled.

Type: object
Domain: interest-management
Event: interest_registration_cancellation_failure
Version: 1

|
external_quota_id required

Title: External ID
Description: External identifier for operation.
Type: string
Example:
6104253a-qt53-41m0-a630-2z1h2761e3f8

message required

Title: Error message
Description: Description of error that occurred when trying to register new asset or quota
Type: string
Example:
This asset does not have any more available units.

{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "type": "object",
    "title": "Interest registration cancellation failed",
    "description": "This event occurs when a registration cannot be cancelled.",
    "required": [
        "external_quota_id",
        "message"
    ],
    "properties": {
        "external_quota_id": {
            "type": "string",
            "title": "External ID",
            "description": "External identifier for operation.",
            "examples": [
                "6104253a-qt53-41m0-a630-2z1h2761e3f8"
            ]
        },
        "message": {
            "type": "string",
            "title": "Error message",
            "description": "Description of error that occurred when trying to register new asset or quota",
            "examples": [
                "This asset does not have any more available units."
            ]
        }
    }
}
{
    "external_quota_id": "6104253a-qt53-41m0-a630-2z1h2761e3f8",
    "message": "This asset does not have any more available units."
}