Show / Hide Table of Contents

Class XrplErrorClassifier

Inheritance
object
XrplErrorClassifier
Namespace: Xrpl.Client.Exceptions
Assembly: Xrpl.dll
Syntax
public static class XrplErrorClassifier

Methods

| Edit this page View Source

Classify(Exception)

Declaration
public static XrplErrorInfo Classify(this Exception exception)
Parameters
Type Name Description
Exception exception
Returns
Type Description
XrplErrorInfo
| Edit this page View Source

Classify(RippledException)

Declaration
public static XrplErrorInfo Classify(this RippledException exception)
Parameters
Type Name Description
RippledException exception
Returns
Type Description
XrplErrorInfo
| Edit this page View Source

Classify(ErrorResponse)

Declaration
public static XrplErrorInfo Classify(this ErrorResponse response)
Parameters
Type Name Description
ErrorResponse response
Returns
Type Description
XrplErrorInfo
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX