address PR feedback

This commit is contained in:
Aaron Blankstein
2021-10-15 16:36:08 -05:00
parent 58b0358321
commit 903fdda982
6 changed files with 102 additions and 49 deletions

View File

@@ -28,6 +28,9 @@ Possible values for the "reason" field and "reason_data" field are:
* `Deserialization`
* The `reason_data` field will be an object containing a `message`
string detailing the deserialization error
* `EstimatorError`
* The `reason_data` field will be an object containing a `message`
string detailing the error
* `SignatureValidation`
* The `reason_data` field will be an object containing a `message`
string detailing the signature validation error
@@ -343,4 +346,4 @@ object of the following form:
Determine whether a given trait is implemented within the specified contract (either explicitly or implicitly).
See OpenAPI [spec](./rpc/openapi.yaml) for details.
See OpenAPI [spec](./rpc/openapi.yaml) for details.