Hugging Face · Example Payload

Hugging Face Dataset Viewer Error Example

Hugging Face Dataset Viewer Error Example is an example object payload from Hugging Face, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

errorcause_exceptioncause_messagecause_traceback

Example Payload

Raw ↑
{
  "error": "example_value",
  "cause_exception": "example_value",
  "cause_message": "example_value",
  "cause_traceback": []
}