Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
samifalouti
/
jo3t
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
jo3t
/
app
/
lib
/
utils
/
serviceErrorHandler.ts
samifalouti1
Fresh start without binaries
55d48a7
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
127 Bytes
export
interface
ServiceError
{
code?:
string
;
message
:
string
;
details?:
any
;
service
:
string
;
operation
:
string
;
}