RequestStatus

Data TypeDescriptionSample Data
RequestStatus

This reports the result of the request. The possible values are:

    • Ok (operation was completed successfully with no warnings)
    • OkWithWarnings (operation completed successfully but there is at least one warning reported)
    • Fail (operation did not complete successfully)
    • FailSessionInvalid (operation failed specifically because the session is no longer valid)
Ok