DaffDriverResponse
A driver response. Can contain a response, errors, or both.
Properties
Name | Type | Description |
---|---|---|
response | T | The body of the response. |
errors | DaffError [] |
A list of errors that occured during the driver call. |
A driver response. Can contain a response, errors, or both.
Name | Type | Description |
---|---|---|
response | T | The body of the response. |
errors | DaffError [] |
A list of errors that occured during the driver call. |