ENREGISTRER EN TANT QUE PDF
Lyve Cloud Account API version 2 Guide
Lyve Cloud Account API version 2 

Cet article vous a-t-il été utile ?

API Error Codes

During an error, you will receive a JSON object in the response body containing the information about the error. Error responses also include an error message in the body to assist in resolving the problem.

Table 1. API error codes

CodeHTTP Status CodeMessage
ExpiredTokenBad Request(400)Token expired.
InvalidTokenBad Request(400)Token is not valid.
InvalidTimeRangeBad Request (400)Invalid time range.
InvalidArgumentBad Request (400)This error might occur for the following reasons:
  • One or more of the specified arguments was not valid.
  • The request was missing an argument.
InvalidBucketNameBad Request (400)A bucket that keeps audit logs must be set with Object Immutability.
AuthenticationFailedForbidden (403)Authentication failed.
NoServiceAvailableForbidden (403)The account has no services enabled for it.
PermissionNotFoundNot Found (404)A permission was not found.
ServiceAccountNotFoundNot Found (404)A service account was not found.
ServiceAccountExpiredNot Found (404)The service account has expired. Couldn’t enable the expired service.
ServiceAccountExpiredNot Found (404)The service account has expired. Couldn’t disable the expired service.
BucketNotFoundNot Found (404)A bucket was not found.
PermissionNotReadyConflict (409)The permission is still being processed by some regions.
ServiceAccountNotReadyConflict (409)The service account is still being processed by some regions.
PermissionNameAlreadyExistsConflict (409)The permission name is already in use. Please use a different name.
ServiceAccountNameAlreadyExistsConflict (409)The service account name is already in use. Please use a different name.
ServiceNotReadyService Unavailable (503)The server is not ready to handle the request. Please retry the request later.
InternalErrorInternal Server Error (500)The server encountered an internal error. Please retry the request.