Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
blue-blue
/
taa
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
taa
/
dto
/
task.go
vaibhavg
Add application file
8c7ba7b
2 months 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:"-"`
}