ResponseStatus

Namespace: ASPSecurityKit.Net
Assembly: ASPSecurityKit.Net.dll

Summary

Represents an error response for a failed API request.

Constructors

#ctor()

Summary

Initializes a new instance of the ResponseStatus class.

Parameters

This constructor has no parameters.

#ctor(errorCode)

Summary

Initializes a new instance of the ResponseStatus class.

Parameters
Name Type Description
errorCode System.String The error code.

#ctor(errorCode,message)

Summary

Initializes a new instance of the ResponseStatus class.

Parameters
Name Type Description
errorCode System.String The error code.
message System.String The message.

Properties

ErrorCode

Summary

Gets or sets the error code.

Message

Summary

Gets or sets a human friendly error message.

Errors

Summary

Gets the individual data points representing the exact cause of, or the useful detailed information to help in troubleshooting the failure.