Class ApiResult
Represents the result of an API call.
public class ApiResult
- Inheritance
-
ApiResult
- Inherited Members
Properties
- Code
Gets or sets the status code of the API result.
- Description
Gets or sets the description associated with a validation failure.
- ErrorLine
Gets or sets the error line associated with a validation failure.
- HttpStatusCode
Gets the HTTP status code corresponding to the API result code.
- IsSuccessStatusCode
Gets a value indicating whether the status code is in the range 200-299.
- Message
Gets or sets the message of the API result.
- Property
Gets or sets the property name associated with a validation failure.