Class RSErrorResponse
[Obfuscation(Exclude = true, ApplyToMembers = false, StripAfterObfuscation = true)]
public class RSErrorResponse : GenericErrorResponse
- Inheritance
-
RSErrorResponse
- Inherited Members
Constructors
RSErrorResponse()
public RSErrorResponse()
RSErrorResponse(GenericRequest, ResponseStatus)
public RSErrorResponse(GenericRequest req, ResponseStatus status)
Parameters
reqGenericRequeststatusResponseStatus
RSErrorResponse(GenericRequest, int, string)
public RSErrorResponse(GenericRequest req, int code, string details)
Parameters
reqGenericRequestcodeintdetailsstring
RSErrorResponse(string, string, int, string)
public RSErrorResponse(string version, string transactionId, int code, string details)