You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -490,15 +490,15 @@ run();
490
490
491
491
492
492
**Inherit from [`SDKBaseError`](./src/sdk/models/errors/sdkbaseerror.ts)**:
493
-
*[`V3ErrorResponse`](docs/sdk/models/errors/v3errorresponse.md): Error. Applicable to 46 of 219 methods.*
494
-
*[`PaymentsErrorResponse`](docs/sdk/models/errors/paymentserrorresponse.md): Error. Applicable to 45 of 219 methods.*
495
-
*[`V2ErrorResponse`](docs/sdk/models/errors/v2errorresponse.md): Error. Applicable to 26 of 219 methods.*
496
-
*[`ErrorResponse`](docs/sdk/models/errors/errorresponse.md): Applicable to 19 of 219 methods.*
497
-
*[`V2Error`](docs/sdk/models/errors/v2error.md): General error. Applicable to 18 of 219 methods.*
498
-
*[`ErrorT`](docs/sdk/models/errors/errort.md): General error. Applicable to 17 of 219 methods.*
499
-
*[`WalletsErrorResponse`](docs/sdk/models/errors/walletserrorresponse.md): Applicable to 15 of 219 methods.*
500
-
*[`ReconciliationErrorResponse`](docs/sdk/models/errors/reconciliationerrorresponse.md): Error response. Applicable to 8 of 219 methods.*
501
-
*[`WebhooksErrorResponse`](docs/sdk/models/errors/webhookserrorresponse.md): Error. Applicable to 8 of 219 methods.*
493
+
*[`V3ErrorResponse`](./src/sdk/models/errors/v3errorresponse.ts): Error. Applicable to 46 of 219 methods.*
494
+
*[`PaymentsErrorResponse`](./src/sdk/models/errors/paymentserrorresponse.ts): Error. Applicable to 45 of 219 methods.*
495
+
*[`V2ErrorResponse`](./src/sdk/models/errors/v2errorresponse.ts): Error. Applicable to 26 of 219 methods.*
496
+
*[`ErrorResponse`](./src/sdk/models/errors/errorresponse.ts): Applicable to 19 of 219 methods.*
497
+
*[`V2Error`](./src/sdk/models/errors/v2error.ts): General error. Applicable to 18 of 219 methods.*
498
+
*[`ErrorT`](./src/sdk/models/errors/errort.ts): General error. Applicable to 17 of 219 methods.*
499
+
*[`WalletsErrorResponse`](./src/sdk/models/errors/walletserrorresponse.ts): Applicable to 15 of 219 methods.*
500
+
*[`ReconciliationErrorResponse`](./src/sdk/models/errors/reconciliationerrorresponse.ts): Error response. Applicable to 8 of 219 methods.*
501
+
*[`WebhooksErrorResponse`](./src/sdk/models/errors/webhookserrorresponse.ts): Error. Applicable to 8 of 219 methods.*
502
502
*[`ResponseValidationError`](./src/sdk/models/errors/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
0 commit comments