Home | History | Annotate | Download | only in weave

Lines Matching refs:Error

11 #include <weave/error.h>
54 // Returns the command error.
55 virtual const Error* GetError() const = 0;
60 ErrorPtr* error) = 0;
66 ErrorPtr* error) = 0;
70 virtual bool Pause(ErrorPtr* error) = 0;
72 // Sets command into error state and assign error.
74 virtual bool SetError(const Error* command_error, ErrorPtr* error) = 0;
78 virtual bool Abort(const Error* command_error, ErrorPtr* error) = 0;
82 virtual bool Cancel(ErrorPtr* error) = 0;