35typedef struct ErrorInterface ErrorInterface;
73struct ErrorInterface {
78 ObjectInterface objectInterface;
Object is the root Class of The Objectively Class hierarchy.
#define OBJECTIVELY_EXPORT
The runtime representation of a Class.
Encapsulation for error conditions.
Class * _Error(void)
The Error archetype.
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.