Class Error-extKt
-
- All Implemented Interfaces:
public final class Error-extKt
-
-
Method Summary
Modifier and Type Method Description final static ResourceNotFoundExceptionnotFound(ErrorResponse $self)Created By Ibrahim AlTamimi Created At 29, Thu Oct, 2020 Project radix https://arkitik. final static NotAuthorizedExceptionnotAuthorized(ErrorResponse $self)final static NotAcceptableExceptionnotAcceptable(ErrorResponse $self)final static UnprocessableEntityExceptionunprocessableEntity(ErrorResponse $self)final static InternalExceptioninternal(ErrorResponse $self)final static BadRequestExceptionbadRequest(ErrorResponse $self)final static BadRequestExceptionbadRequest(List<ErrorResponse> $self)final static ForbiddenExceptionforbidden(ErrorResponse $self)-
-
Method Detail
-
notFound
final static ResourceNotFoundException notFound(ErrorResponse $self)
Created By Ibrahim AlTamimi Created At 29, Thu Oct, 2020 Project radix https://arkitik.io
-
notAuthorized
final static NotAuthorizedException notAuthorized(ErrorResponse $self)
-
notAcceptable
final static NotAcceptableException notAcceptable(ErrorResponse $self)
-
unprocessableEntity
final static UnprocessableEntityException unprocessableEntity(ErrorResponse $self)
-
internal
final static InternalException internal(ErrorResponse $self)
-
badRequest
final static BadRequestException badRequest(ErrorResponse $self)
-
badRequest
final static BadRequestException badRequest(List<ErrorResponse> $self)
-
forbidden
final static ForbiddenException forbidden(ErrorResponse $self)
-
-
-
-