Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@setoelkahfi
/
tower-of-bazel
tower-of-bazel
/
lib
/
crate_error_codes
/
bindings
/
UserError.ts
Code
Commits
Issues
Pulls
Sessions
CI/CD
feature/share-libs
feature/share-libs
main
ts
3 lines
201 Bytes
Copy permalink
Copy
Raw
1
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
3
export
type
UserError
=
"
UserNotFound
"
|
"
InvalidRequest
"
|
"
ParseError
"
|
"
NetworkError
"
;