Show / Hide Table of Contents

Class XrplErrorInfo

Inheritance
object
XrplErrorInfo
Namespace: Xrpl.Client.Exceptions
Assembly: Xrpl.dll
Syntax
public sealed class XrplErrorInfo

Properties

| Edit this page View Source

Category

Declaration
public XrplErrorCategory Category { get; init; }
Property Value
Type Description
XrplErrorCategory
| Edit this page View Source

Command

Declaration
public string? Command { get; init; }
Property Value
Type Description
string
| Edit this page View Source

FieldName

Declaration
public string? FieldName { get; init; }
Property Value
Type Description
string
| Edit this page View Source

FieldValue

Declaration
public string? FieldValue { get; init; }
Property Value
Type Description
string
| Edit this page View Source

IsRetryable

Declaration
public bool IsRetryable { get; init; }
Property Value
Type Description
bool
| Edit this page View Source

IsUserFixable

Declaration
public bool IsUserFixable { get; init; }
Property Value
Type Description
bool
| Edit this page View Source

RawError

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

RawErrorCode

Declaration
public int? RawErrorCode { get; init; }
Property Value
Type Description
int?
| Edit this page View Source

RawErrorMessage

Declaration
public string? RawErrorMessage { get; init; }
Property Value
Type Description
string
| Edit this page View Source

Subject

Declaration
public XrplErrorSubject Subject { get; init; }
Property Value
Type Description
XrplErrorSubject
| Edit this page View Source

Title

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

UserMessage

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

Warnings

Declaration
public IReadOnlyList<string> Warnings { get; init; }
Property Value
Type Description
IReadOnlyList<string>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX