Search Results for

    Show / Hide Table of Contents

    Class InternalErrorResponse

    the dto used to send an error response to the client when an unhandled exception occurs on the server

    Inheritance
    object
    InternalErrorResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX