Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BrasilAPI/BrasilAPI
/
Class
errors/UnprocessableEntityError.js:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
BaseError from
'./BaseError'
;
2
3
export
default
class
UnprocessableEntityError extends BaseError {
4
constructor({
5
status = 422,
6
name =
'UnprocessableEntityError'
,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected