Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pikilap
/
epa
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
epa
/
dto
/
task.go
pikilap
I apolog
d8e9b2c
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
231 Bytes
package
dto
type
TaskError
struct
{
Code
string
`json:"code"`
Message
string
`json:"message"`
Data any
`json:"data"`
StatusCode
int
`json:"-"`
LocalError
bool
`json:"-"`
Error
error
`json:"-"`
}