pip_services3_commons.errors.ErrorDescription module

pip_services3_commons.errors.ErrorDescription

Error description implementation

copyright

Conceptual Vision Consulting LLC 2018-2019, see AUTHORS for more details.

license

MIT, see LICENSE for more details.

class pip_services3_commons.errors.ErrorDescription.ErrorDescription

Bases: object

Serializeable error description. It is use to pass information about errors between microservices implemented in different languages. On the receiving side ErrorDescription is used to recreate error object close to its original type without missing additional details.

static from_json(json: Dict[str, Any]) → Any
to_json() → Dict[str, Any]