QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Variable XmlErrorCodeConst

    XmlErrorCode: {
        AccessDenied: 83;
        InvalidAppToken: 24;
        InvalidInput: 2;
        InvalidTicket: 4;
        NoSuchApp: 32;
        NoSuchDatabase: 6;
        NoSuchField: 31;
        NoSuchRecord: 30;
        NoSuchUser: 33;
        SSLRequired: 8;
        Success: 0;
        Unauthorized: 3;
        UnauthorizedIP: 19;
    } = ...

    Common QuickBase XML API error codes

    Type Declaration

    • ReadonlyAccessDenied: 83

      Access denied

    • ReadonlyInvalidAppToken: 24

      Application token provided is invalid or not assigned

    • ReadonlyInvalidInput: 2

      Invalid input parameters

    • ReadonlyInvalidTicket: 4

      Authentication ticket is invalid or expired (Bad Ticket)

    • ReadonlyNoSuchApp: 32

      Application does not exist or was deleted

    • ReadonlyNoSuchDatabase: 6

      Database/table does not exist

    • ReadonlyNoSuchField: 31

      Field does not exist

    • ReadonlyNoSuchRecord: 30

      Record does not exist

    • ReadonlyNoSuchUser: 33

      User does not exist

    • ReadonlySSLRequired: 8

      SSL is required for this application/table

    • ReadonlySuccess: 0

      No error (success)

    • ReadonlyUnauthorized: 3

      User is not authorized for this action

    • ReadonlyUnauthorizedIP: 19

      Realm IP filtering is in place