Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class ApiErrorReportContext

    Inheritance
    object
    ApiErrorReportContext
    Implements
    IEquatable<ApiErrorReportContext>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro.Diagnostics
    Assembly: Inttegro.dll
    Syntax
    public sealed record ApiErrorReportContext : IEquatable<ApiErrorReportContext>

    Constructors

    | Edit this page View Source

    ApiErrorReportContext(string?, string?, string?)

    Declaration
    public ApiErrorReportContext(string? Type, string? Code, string? FixCode)
    Parameters
    Type Name Description
    string Type
    string Code
    string FixCode

    Properties

    | Edit this page View Source

    Code

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

    FixCode

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

    Type

    Declaration
    [JsonPropertyName("type")]
    public string? Type { get; init; }
    Property Value
    Type Description
    string

    Implements

    IEquatable<T>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX