Error while deserializing values into Python objects. If it happens it's probably a bug in the SDK because the API should validate early if input is not of expected type.
| 38 | |
| 39 | |
| 40 | class InvalidInputError(ModuleError): |
| 41 | """Error while deserializing values into Python objects. |
| 42 | |
| 43 | If it happens it's probably a bug in the SDK because the API should |
| 44 | validate early if input is not of expected type. |
| 45 | """ |
| 46 | |
| 47 | |
| 48 | class InvalidResultError(ModuleError): |
no outgoing calls
no test coverage detected