Class: Status

tibco.objectapi.wp.base.Status

new Status()

Status information from a server call. Constructs a new Status.

The following features are supported:

Members

exceptionTrace :string

The exception information, if the server call failed This property holds the value of the 'Exception Trace' attribute.
Type:
  • string

message :string

The returning message from the server call This property holds the value of the 'Message' attribute.
Type:
  • string

successful :boolean

Was the request sucessfull This property holds the value of the 'Successful' attribute.
Type:
  • boolean