Class InternalErrorResponse
the dto used to send an error response to the client when an unhandled exception occurs on the server
Inherited Members
Namespace: FastEndpoints
Assembly: FastEndpoints.dll
Syntax
public sealed class InternalErrorResponse
Properties
Code
http status code of the error response
Declaration
public int Code { get; set; }
Property Value
Type | Description |
---|---|
int |
Note
additional information or instructions
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
string |
Reason
the reason for the error
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
error status
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |