UnsupportedType: {
    error: "Unsupported Media Type";
    path: string;
    status: 415;
    timestamp: number;
}

Type declaration

  • error: "Unsupported Media Type"
  • path: string
  • status: 415
  • timestamp: number