aboutsummaryrefslogtreecommitdiffstats
path: root/python-packages/sra_client/docs/RelayerApiErrorResponseSchemaValidationErrors.md
diff options
context:
space:
mode:
authorF. Eugene Aumson <feuGeneA@users.noreply.github.com>2018-12-12 08:57:53 +0800
committerGitHub <noreply@github.com>2018-12-12 08:57:53 +0800
commit318e7d5b575419aecacdea97d822606c75e6853b (patch)
tree28ee57e62e445e43d44885db115b993b4d798ed1 /python-packages/sra_client/docs/RelayerApiErrorResponseSchemaValidationErrors.md
parenta939433bd25e26f3ba285f543999ee3a63e018a5 (diff)
downloaddexon-0x-contracts-318e7d5b575419aecacdea97d822606c75e6853b.tar
dexon-0x-contracts-318e7d5b575419aecacdea97d822606c75e6853b.tar.gz
dexon-0x-contracts-318e7d5b575419aecacdea97d822606c75e6853b.tar.bz2
dexon-0x-contracts-318e7d5b575419aecacdea97d822606c75e6853b.tar.lz
dexon-0x-contracts-318e7d5b575419aecacdea97d822606c75e6853b.tar.xz
dexon-0x-contracts-318e7d5b575419aecacdea97d822606c75e6853b.tar.zst
dexon-0x-contracts-318e7d5b575419aecacdea97d822606c75e6853b.zip
feat(sra_client.py)
* Code generation scripts * Generated code * Change test config to hit 0x-launch-kit * Ran prettier on generated code * First test case, of get_asset_pairs() * Use launch kit docker image to faciliate CI tests * Fix markdown rendering for GitHub and PyPI * Add URL for PyPI to link back to GitHub * Add one-line package description to README.md * Remove git_push.sh * Remove unimplemented tests * Add sra_client to top-level README package list * Remove repeated-everywhere long description * Add shorcuts for publishing * Remove TypeScript examples
Diffstat (limited to 'python-packages/sra_client/docs/RelayerApiErrorResponseSchemaValidationErrors.md')
-rw-r--r--python-packages/sra_client/docs/RelayerApiErrorResponseSchemaValidationErrors.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/python-packages/sra_client/docs/RelayerApiErrorResponseSchemaValidationErrors.md b/python-packages/sra_client/docs/RelayerApiErrorResponseSchemaValidationErrors.md
new file mode 100644
index 000000000..2147b3822
--- /dev/null
+++ b/python-packages/sra_client/docs/RelayerApiErrorResponseSchemaValidationErrors.md
@@ -0,0 +1,11 @@
+# RelayerApiErrorResponseSchemaValidationErrors
+
+## Properties
+
+| Name | Type | Description | Notes |
+| ---------- | ------- | ----------- | ----- |
+| **field** | **str** | |
+| **code** | **int** | |
+| **reason** | **str** | |
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)