-
Notifications
You must be signed in to change notification settings - Fork 0
easyextensionsabstractions IHttpError
BigMakCode edited this page Aug 5, 2024
·
1 revision
Interface for HTTP error.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph EasyExtensions.Abstractions
EasyExtensions.Abstractions.IHttpError[[IHttpError]]
class EasyExtensions.Abstractions.IHttpError interfaceStyle;
end
Type | Name | Methods |
---|---|---|
HttpStatusCode |
StatusCode Gets status code. |
get |
Returns | Name |
---|---|
ErrorModel |
GetErrorModel ()Gets error model. |
Interface for HTTP error.
public ErrorModel GetErrorModel()
Gets error model.
Error model.
public HttpStatusCode StatusCode { get; }
Gets status code.
Generated with ModularDoc