Codeunit "AFS Operation Response"
ID 8959
Namespace: System.Azure.Storage.Files
Stores the response of an AFS client operation.
Properties
| Name | Value |
|---|---|
| Access | Public |
| InherentEntitlements | X |
| InherentPermissions | X |
Methods
IsSuccessful
Checks whether the operation was successful.
procedure IsSuccessful(): Boolean
Returns
| Type | Description |
|---|---|
| Boolean |
True if the operation was successful; otherwise - false. |
GetError
Gets the error (if any) of the response.
procedure GetError(): Text
Returns
| Type | Description |
|---|---|
| Text |
Text representation of the error that occurred during the operation. |
GetHeaders
Gets the HttpHeaders (if any) of the response.
procedure GetHeaders(): HttpHeaders
Returns
| Type | Description |
|---|---|
| HttpHeaders |
HttpHeaders of the response. |