ASIRequestCancelledError=[[NSErrorerrorWithDomain:NetworkRequestErrorDomaincode:ASIRequestCancelledErrorTypeuserInfo:[NSDictionarydictionaryWithObjectsAndKeys:@"The request was cancelled",NSLocalizedDescriptionKey,nil]]retain];
ASIUnableToCreateRequestError=[[NSErrorerrorWithDomain:NetworkRequestErrorDomaincode:ASIUnableToCreateRequestErrorTypeuserInfo:[NSDictionarydictionaryWithObjectsAndKeys:@"Unable to create request (bad url?)",NSLocalizedDescriptionKey,nil]]retain];
ASITooMuchRedirectionError=[[NSErrorerrorWithDomain:NetworkRequestErrorDomaincode:ASITooMuchRedirectionErrorTypeuserInfo:[NSDictionarydictionaryWithObjectsAndKeys:@"The request failed because it redirected too many times",NSLocalizedDescriptionKey,nil]]retain];
ASIRequestCancelledError=[[NSErroralloc]initWithDomain:NetworkRequestErrorDomaincode:ASIRequestCancelledErrorTypeuserInfo:[NSDictionarydictionaryWithObjectsAndKeys:@"The request was cancelled",NSLocalizedDescriptionKey,nil]];
ASIUnableToCreateRequestError=[[NSErroralloc]initWithDomain:NetworkRequestErrorDomaincode:ASIUnableToCreateRequestErrorTypeuserInfo:[NSDictionarydictionaryWithObjectsAndKeys:@"Unable to create request (bad url?)",NSLocalizedDescriptionKey,nil]];
ASITooMuchRedirectionError=[[NSErroralloc]initWithDomain:NetworkRequestErrorDomaincode:ASITooMuchRedirectionErrorTypeuserInfo:[NSDictionarydictionaryWithObjectsAndKeys:@"The request failed because it redirected too many times",NSLocalizedDescriptionKey,nil]];