35typedef struct ErrorInterface ErrorInterface;
73struct ErrorInterface {
78 ObjectInterface objectInterface;
OBJECTIVELY_EXPORT Class * _Error(void)
Object is the root Class of The Objectively Class hierarchy.
#define OBJECTIVELY_EXPORT
The runtime representation of a Class.
Encapsulation for error conditions.
String * message
The error message.
ErrorInterface * interface
The interface.
Object object
The superclass.
String * domain
The error domain.
Object is the root Class of The Objectively Class hierarchy.