provErrorMessages: {
    FAILED_PROV: string;
    FAILED_USER_DEVICE_ASSOCIATION: string;
    FAILED_USER_NODE_MAPPING_CLOUD_TIMEOUT: string;
    FAILED_USER_NODE_MAPPING_REQUEST_CREATION: string;
    MISSING_ID_TOKEN: string;
    MISSING_NODE_ID: string;
    MISSING_PROV_ADAPTER: string;
} = ...

Contains provisioning-related error messages.

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

Type declaration

  • 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.

  • 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.