update auto generated code (#2068)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# This file was auto-generated by Fern from our API Definition.
|
||||
|
||||
from ..core.api_error import ApiError
|
||||
from ..types.http_validation_error import HttpValidationError
|
||||
import typing
|
||||
|
||||
|
||||
class UnprocessableEntityError(ApiError):
|
||||
def __init__(self, body: HttpValidationError):
|
||||
def __init__(self, body: typing.Optional[typing.Any]):
|
||||
super().__init__(status_code=422, body=body)
|
||||
|
||||
Reference in New Issue
Block a user