ResponseMessage

Class encapsulating errors and notices.

This class provides access to fields of ErrorResponse and NoticeResponse sent by the server. More information about these fields can be found here.

Members

Functions

toString
string toString()

Returns summary of this message using the most common fields (severity, code, message, detail, hint)

Properties

code
string code [@property getter]
detail
string detail [@property getter]
file
string file [@property getter]
hint
string hint [@property getter]
internalPosition
string internalPosition [@property getter]
internalQuery
string internalQuery [@property getter]
line
string line [@property getter]
message
string message [@property getter]
position
string position [@property getter]
routine
string routine [@property getter]

Message fields

severity
string severity [@property getter]
where
string where [@property getter]

Message fields

Meta