# Message Method
Returns the Message from ExceptionResponse object.

## Syntax
```javascript
	[Text := ] Message()
```

## Parameters
### *None*

## Return Value
### *Text*
Error message of the exception response as string.

## See Also
[Message(Text)](./message2.md)<br />
