Class PlatformException
Represents an error response from the Worldline Global Collect platform when something went wrong at the Worldline Global Collect platform or further downstream.
Inheritance
PlatformException
Namespace: Worldline.Connect.Sdk.V1
Assembly: Worldline.Connect.Sdk.dll
public class PlatformException : ApiException, ISerializable, _Exception
Constructors
PlatformException(HttpStatusCode, string, string, IList<APIError>)
Declaration
public PlatformException(HttpStatusCode statusCode, string responseBody, string errorId, IList<APIError> errors)
Parameters
PlatformException(string, HttpStatusCode, string, string, IList<APIError>)
Declaration
public PlatformException(string message, HttpStatusCode statusCode, string responseBody, string errorId, IList<APIError> errors)
Parameters
Implements