Type Alias CCError

CCError:
    | string
    | { code: number; description?: string; domain: string; message: string }

Represents an error thrown by the system.