Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class ResponseError

    Represents an error response object returned by the API.

    Inheritance
    object
    ResponseError
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.AspNetCore.Model
    Assembly: Innovt.AspNetCore.dll
    Syntax
    public class ResponseError

    Properties

    | Edit this page View Source

    Code

    Gets or sets an error code associated with the error (optional).

    Declaration
    public string Code { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Detail

    Gets or sets additional error details.

    Declaration
    public object Detail { get; set; }
    Property Value
    Type Description
    object
    | Edit this page View Source

    Message

    Gets or sets a message describing the error.

    Declaration
    public string Message { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TraceId

    Gets or sets a unique identifier for tracing the error.

    Declaration
    public string TraceId { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX