ResponseBadType

The standard message type to send back when the type recieved is not supported

@SetResponseStatus(ResponseStatus.BAD_TYPE)
struct ResponseBadType {}

Members

Variables

supportedTypes
string[] supportedTypes;

An array with the expected types

type
string type;

The name of the bad type

Meta