DataProviderResponse
A standard Response/result type for requests going through Sensibill Data Providers. Except for some special situations, most data provider return types will be of this type.
An instance of Success means that the request was successful. The requested object (if applicable) can then be retrieved from Success.responseObject.
An instance of Failure means that the request failed. More details regarding the cause of the failure can then be parsed by exploring Failure.failReason.