Skip to main content
Skip table of contents

Response Object – ActionResult

Used in web method(s):

Field

Type

Description

Success

boolean

If the operation was successful “true” is returned, else “false”

ResultCode

int

Possible values are:

0, the action was successful
-1, generic error code, the action was not successful
Any integer greater than 0 will be a specific error code with message indicating reason for the fault

Message

string

Description of reason for fault where success is false.

DocumentCount

int

The count of documents returned (if applicable).

<Documents>

An array of gateway documents including if applicable a validation response document. The document type will be dependent on the context of the web method called by the application.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.