Type Alias ServerError

ServerError: {
    code: number;
    error_data: { details: string };
    message: string;
    title: string;
}

Type declaration

  • code: number
  • error_data: { details: string }
  • message: string
  • title: string