Interface ErrorResponseMisdirected

The error when a server isn't able to reduce a response even though the client's request isn't explicitly wrong. This usually happens when an instance isn't configured to provide a response.


Example

{
"type": "MISDIRECTED",
"status": 421,
"message": "Misdirected request",
"info": "The instance isn't configured to deal with unbased individuals"
}

Hierarchy

Properties

Properties

info: string

Extra information about what went wrong.

message: string

A brief explanation of the error.

status: number

The HTTP status of the error.

type: "MISDIRECTED"