Table of Contents

Class VASPErrorResponse

Namespace
Inetlab.MMS.MM7
Assembly
Inetlab.MMS.MM7.dll
public class VASPErrorResponse : GenericErrorResponse
Inheritance
VASPErrorResponse
Inherited Members

Constructors

VASPErrorResponse()

public VASPErrorResponse()

VASPErrorResponse(GenericRequest, ResponseStatus)

public VASPErrorResponse(GenericRequest req, ResponseStatus status)

Parameters

req GenericRequest
status ResponseStatus

VASPErrorResponse(GenericRequest, int, string)

public VASPErrorResponse(GenericRequest req, int code, string details = null)

Parameters

req GenericRequest
code int
details string

VASPErrorResponse(string, string, int, string)

public VASPErrorResponse(string version, string transactionId, int code, string details = null)

Parameters

version string
transactionId string
code int
details string