provErrorMessages: {
    CHALLENGE_RESPONSE_NOT_SUPPORTED: string;
    FAILED_PROV: string;
    FAILED_USER_DEVICE_ASSOCIATION: string;
    FAILED_USER_NODE_MAPPING_CLOUD_TIMEOUT: string;
    FAILED_USER_NODE_MAPPING_REQUEST_CREATION: string;
    INVALID_CHALLENGE_RESPONSE_FORMAT: string;
    INVALID_MAPPING_RESPONSE: string;
    INVALID_PROVISION_TYPE: string;
    MISSING_ID_TOKEN: string;
    MISSING_NODE_ID: string;
    MISSING_PROV_ADAPTER: string;
    SET_NETWORK_CREDENTIALS_FAILED: string;
    VERIFY_NODE_MAPPING_FAILED: string;
} = ...

Contains provisioning-related error messages.

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

Type declaration

  • CHALLENGE_RESPONSE_NOT_SUPPORTED: string

    Error message indicating that the challenge response is not supported.

  • FAILED_PROV: string

    Error message indicating that device provisioning failed.

  • FAILED_USER_DEVICE_ASSOCIATION: string

    Error message indicating that user device association failed.

  • FAILED_USER_NODE_MAPPING_CLOUD_TIMEOUT: string

    Error message indicating that the user device mapping cloud operation timed out.

  • FAILED_USER_NODE_MAPPING_REQUEST_CREATION: string

    Error message indicating that creating a user node mapping request failed due to network issues.

  • INVALID_CHALLENGE_RESPONSE_FORMAT: string

    Error message indicating that the challenge response format is invalid.

  • INVALID_MAPPING_RESPONSE: string

    Error message indicating that the mapping response is invalid.

  • INVALID_PROVISION_TYPE: string

    Error message indicating that the provision type is not supported.

  • MISSING_ID_TOKEN: string

    Error message indicating that the ID token is missing.

  • MISSING_NODE_ID: string

    Error message indicating that the node ID is missing.

  • MISSING_PROV_ADAPTER: string

    Error message indicating that the provisioning adapter is missing.

  • SET_NETWORK_CREDENTIALS_FAILED: string

    Error message indicating that set network credentials failed.

  • VERIFY_NODE_MAPPING_FAILED: string

    Error message indicating that verify node mapping failed.