Represents a claiming progress callback response.

interface ESPClaimResponse {
    error?: string;
    message: string;
    status: ESPClaimStatus;
}

Properties

Properties

error?: string

Optional error information

message: string

Progress message description

Current status of the claiming operation