Library-Stg

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

LibraryImages

object
* Additional properties are NOT allowed.
mainImagestring

Location of the file and file name

Example:https://eservice.nlb.gov.sg/assets/branches/images/amkpl/amkpl.jpg

floorMapsarray[object]
* Additional properties are NOT allowed.
Show Child Parameters
supplementaryImagesarray[object]
* Additional properties are NOT allowed.
Show Child Parameters
Example

Manager

object
* Additional properties are NOT allowed.
salutationstring

Salutation type

Example:Ms.

firstNamestring

Manager’s first name

Example:Sheila

lastNamestring

Manager’s last name

Example:Estrada

imageFilestring

Location of the file and file name

Example:https://eservice.nlb.gov.sg/assets/branches/images/managers/sheila.jpg

messagestring

Manager’s welcome message

Example:Welcome to Bedok Public Library!

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