Errors

exception ApiError

Non Specified General API Error

  • Error code: 1
  • HTTP Status: 400
exception ApiErrorInternalError

Internal error - something bad happened

  • Error code: 2
  • HTTP Status: 500
exception ApiErrorDoesNotExist

Object does not exist

  • Error code: 3
  • HTTP Status: 404
exception ApiErrorAccountDoesNotExist

No account exists with the given constraints

  • Error code: 14
  • HTTP Status: 404
exception ApiErrorServiceDoesNotExist

No service exists with the given constraints

  • Error code: 15
  • HTTP Status: 404
exception ApiErrorForbidden

Forbidden - Authentication is incorrect

  • Error code: 4
  • HTTP Status: 403
exception ApiErrorMethodNotFound

Method not found

  • Error code: 5
  • HTTP Status: 400
exception ApiErrorAlreadyInProgress

Request is already in progress

  • Error code: 6
  • HTTP Status: 400
exception ApiErrorBadParameters

Bad parameters

  • Error code: 7
  • HTTP Status: 400
exception ApiErrorNotUnique

Setting is not unique

  • Error code: 8
  • HTTP Status: 400
exception ApiErrorPreconditionFailed

A precondition failed

  • Error code: 9
  • HTTP Status: 412
exception ApiErrorNotAuthorized

Not Authorized - Authentication is required

  • Error code: 10
  • HTTP Status: 401
exception ApiErrorPartnerOnly

This method is only available to Memset partners

  • Error code: 16
  • HTTP Status: 401
exception ApiErrorPartnerRestriction

This method is not available for partners on their child account

  • Error code: 17
  • HTTP Status: 401
exception ApiErrorServiceTemporarilyUnavailable

Service Temporarily Unavailable

  • Error code: 11
  • HTTP Status: 503
exception ApiErrorThrottled

Throttled

  • Error code: 12
  • HTTP Status: 403
exception ApiErrorOverquota

Overquota

  • Error code: 13
  • HTTP Status: 403

Previous topic

Website Firewall Methods

Next topic

Memset API Shell

This Page