Error

This class provides methods for getting error codes and error information.

class Error {
 public:
  ErrorCode Code();
  const char *Message();
};
Since
v4.5.0

Method

Code
Gets the error code returned in the method call. See Code.
Message
Gets the detailed error information returned in the method call. See Message.