Class XrplErrorInfo
Inheritance
object
XrplErrorInfo
Assembly: Xrpl.dll
Syntax
public sealed class XrplErrorInfo
Properties
|
Edit this page
View Source
Category
Declaration
public XrplErrorCategory Category { get; init; }
Property Value
|
Edit this page
View Source
Command
Declaration
public string? Command { get; init; }
Property Value
|
Edit this page
View Source
FieldName
Declaration
public string? FieldName { get; init; }
Property Value
|
Edit this page
View Source
FieldValue
Declaration
public string? FieldValue { get; init; }
Property Value
|
Edit this page
View Source
IsRetryable
Declaration
public bool IsRetryable { get; init; }
Property Value
|
Edit this page
View Source
IsUserFixable
Declaration
public bool IsUserFixable { get; init; }
Property Value
|
Edit this page
View Source
RawError
Declaration
public string RawError { get; init; }
Property Value
|
Edit this page
View Source
RawErrorCode
Declaration
public int? RawErrorCode { get; init; }
Property Value
|
Edit this page
View Source
RawErrorMessage
Declaration
public string? RawErrorMessage { get; init; }
Property Value
|
Edit this page
View Source
Subject
Declaration
public XrplErrorSubject Subject { get; init; }
Property Value
|
Edit this page
View Source
Title
Declaration
public string Title { get; init; }
Property Value
|
Edit this page
View Source
UserMessage
Declaration
public string UserMessage { get; init; }
Property Value
|
Edit this page
View Source
Warnings
Declaration
public IReadOnlyList<string> Warnings { get; init; }
Property Value
| Type |
Description |
| IReadOnlyList<string> |
|