Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class ApiError

    Inheritance
    object
    ApiError
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro
    Assembly: Inttegro.dll
    Syntax
    public sealed class ApiError

    Properties

    | Edit this page View Source

    AdditionalData

    Declaration
    [JsonExtensionData]
    public Dictionary<string, JsonElement>? AdditionalData { get; set; }
    Property Value
    Type Description
    Dictionary<string, JsonElement>
    | Edit this page View Source

    Cause

    Declaration
    [JsonPropertyName("cause")]
    public string? Cause { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Code

    Declaration
    [JsonPropertyName("code")]
    public string? Code { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Detail

    Declaration
    [JsonPropertyName("detail")]
    public string? Detail { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    FixCode

    Declaration
    [JsonPropertyName("fix_code")]
    public string? FixCode { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Message

    Declaration
    [JsonPropertyName("message")]
    public string? Message { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Type

    Declaration
    [JsonPropertyName("type")]
    public string? Type { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Url

    Declaration
    [JsonPropertyName("url")]
    public string? Url { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX