Show / Hide Table of Contents

Class ResponseFormatException

Exception thrown when xrpl.js sees a response in the wrong format.

Inheritance
object
Exception
XrplException
ResponseFormatException
Namespace: Xrpl.Client.Exceptions
Assembly: Xrpl.dll
Syntax
public class ResponseFormatException : XrplException

Constructors

| Edit this page View Source

ResponseFormatException(string, object)

Declaration
public ResponseFormatException(string message, object data = null)
Parameters
Type Name Description
string message
object data

Extension Methods

XrplErrorClassifier.Classify(Exception)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX