Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Error Response

mattkol edited this page Jan 22, 2017 · 2 revisions

SugarOnRest error response - ErrorResponse class has the following properties:

Field Description Comment
statusCode The status code returned from SugarCRM/SuiteCRM error name or as defined internally. Only 200 (HttpStatus.SC_OK) denotes s a successful request.
name SugarCRM/SuiteCRM error name or as defined internally.
number SugarCRM/SuiteCRM error nunber returned.
message Description of error message as returned by SugarCRM/SuiteCRM or as defined internally.
exceptionType Exception type if any.
stackTrace Stack trace on exception.