Mobile Locker JavaScript SDK
    Preparing search index...

    Class MobileLockerCRMError

    Thrown by mobilelocker.crm.* methods on CRM-specific failures.

    Check code against CRMErrorCode constants to handle specific cases such as expired auth or invalid SOQL.

    Hierarchy

    • Error
      • MobileLockerCRMError
    Index

    Constructors

    Properties

    Machine-readable error code. Use CRMErrorCode constants for comparisons.

    crmMessage?: string

    The raw error message from the CRM, if available.

    message: string
    name: string
    stack?: string