#include "error_query_response.hpp"


Public Types | |
| using | QueryErrorResponseVariantType = w< StatelessFailedErrorResponse, StatefulFailedErrorResponse, NoAccountErrorResponse, NoAccountAssetsErrorResponse, NoAccountDetailErrorResponse, NoSignatoriesErrorResponse, NotSupportedErrorResponse, NoAssetErrorResponse, NoRolesErrorResponse > |
| Type of container with all concrete error query responses. More... | |
| using | ErrorMessageType = std::string |
| Message type. More... | |
| using | ErrorCodeType = uint32_t |
| Error code type. More... | |
Public Types inherited from shared_model::interface::ModelPrimitive< ErrorQueryResponse > | |
| using | ModelType = ErrorQueryResponse |
Public Member Functions | |
| virtual const QueryErrorResponseVariantType & | get () const =0 |
| virtual const ErrorMessageType & | errorMessage () const =0 |
| virtual ErrorCodeType | errorCode () const =0 |
| std::string | toString () const override |
| bool | operator== (const ModelType &rhs) const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< ErrorQueryResponse > | |
| virtual bool | operator== (const ModelType &rhs) const=0 |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
QueryErrorResponse interface container for all concrete error responses possible achieved in the system.
| using shared_model::interface::ErrorQueryResponse::ErrorCodeType = uint32_t |
Error code type.
| using shared_model::interface::ErrorQueryResponse::ErrorMessageType = std::string |
Message type.
Type of container with all concrete error query responses.
|
pure virtual |
Implemented in shared_model::proto::ErrorQueryResponse.
|
pure virtual |
Implemented in shared_model::proto::ErrorQueryResponse.

|
pure virtual |
Implemented in shared_model::proto::ErrorQueryResponse.

|
override |
|
overridevirtual |
Make string developer representation of object
Reimplemented from shared_model::interface::ModelPrimitive< ErrorQueryResponse >.
