property Success: boolean;
Description
Indicates whether the request was successful.
If the response StatusCode is scOk, scUnknown, or is included in the AllowedStatuses set of the parent TScRestRequest object, Success is set to True. Otherwise, Success is set to False.
This property is read-only.
See also