fca_api.raw_status_codes#
A library of known raw status codes from the FCA API.
- class fca_api.raw_status_codes.Code(*, value: str, is_error: bool, description: str)[source]#
- __delattr__(name)#
Implement delattr(self, name).
- __eq__(other)#
Return self==value.
- __getstate__()#
Helper for pickle.
- __hash__()#
Return hash(self).
- __init__(*, value: str, is_error: bool, description: str) None#
- __repr__()#
Return repr(self).
- __setattr__(name, value)#
Implement setattr(self, name, value).