EResources-Stg

BadRequestError

object

Error contents including the specific error

* Additional properties are NOT allowed.
statusCodeinteger(int32)

The status code of the error.

Example:400

errorstringrequired

The type of the error.

>= 1 characters

Example:Bad Request

messagestringrequired

The message of the error.

>= 1 characters

Example:FieldName is missing.

Example

GetAvailabilityInfoResponse

object
* Additional properties are NOT allowed.
titleIdstring

Title Id.

Example:C8011AF3-8051-4B32-AE5C-0253FB34B03E

availableboolean

Available (true or false).

availabilityTypestring

Availability type.

Example:Normal

totalCopiesinteger(int32)

Title total copies.

Example:2

totalAvailableCopiesinteger(int32)

Title total available copies.

Example:2

totalReservationCopiesinteger(int32)

Title total on reservation copies.

Example

InternalServerError

object

Error contents including the specific error

* Additional properties are NOT allowed.
statusCodeinteger(int32)

The status code of the error.

Example:500

errorstringrequired

The type of the error.

>= 1 characters

Example:Internal Server Error

messagestringrequired

The message of the error.

>= 1 characters

Example:Internal server error

Example

MethodNotAllowedError

object

Error contents including the specific error

* Additional properties are NOT allowed.
statusCodeinteger(int32)

The status code of the error.

Example:405

errorstringrequired

The type of the error.

>= 1 characters

Example:Method Not Allowed

messagestringrequired

The message of the error.

>= 1 characters

Example:The requested resource does not support http method 'PUT'

Example

NotFoundError

object

Error contents including the specific error

* Additional properties are NOT allowed.
statusCodeinteger(int32)

The status code of the error.

Example:404

errorstringrequired

The type of the error.

>= 1 characters

Example:Not Found

messagestringrequired

The message of the error.

>= 1 characters

Example:Record(s) not found

Example