Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Niansuh
/
T
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
T
/
types
/
error.ts
Niansuh
Upload 250 files
af9dbf5
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
100 Bytes
export
interface
ErrorMessage
{
code
:
String
|
null
;
title
:
String
;
messageLines
:
String
[];
}