export class UnauthorizedError {
  @ApiProperty({
    description: 'Error status code',
    example: HttpStatus.UNAUTHORIZED,
  })