@interface OFError : NSObject + (id)errorForCode:(long long)a0; + (id)errorWithCode:(long long)a0 description:(id)a1; @end