Skip to content

recipher/errors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@recipher/errors

Server errors.

throw new DeclinedError();        // 423
throw new DuplicateError();       // 422
throw new NotAuthorizedError();   // 403
throw new NotFoundError();        // 404
throw new UnauthenticatedError(); // 401
throw new ValidationError();      // 422 

About

HTTP errors

Resources

Stars

Watchers

Forks

Packages

No packages published