claimErrorMessages: {
    CERTIFICATE_SEND_FAILED: string;
    CLAIM_ABORTED: string;
    CLAIM_API_FAILED: string;
    CLAIM_START_FAILED: string;
    CSR_RETRIEVAL_FAILED: string;
} = ...

Contains claiming-related error messages.

These messages are used to inform users about issues during the device claiming process.

Type declaration

  • CERTIFICATE_SEND_FAILED: string

    Error message indicating that certificate send failed.

  • CLAIM_ABORTED: string

    Error message indicating that claiming was aborted.

  • CLAIM_API_FAILED: string

    Error message indicating that claiming API call failed.

  • CLAIM_START_FAILED: string

    Error message indicating that claiming start failed.

  • CSR_RETRIEVAL_FAILED: string

    Error message indicating that CSR retrieval failed.