Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add error response to the documentation #217

Open
Kuboczoch opened this issue Oct 20, 2021 · 1 comment
Open

Add error response to the documentation #217

Kuboczoch opened this issue Oct 20, 2021 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@Kuboczoch
Copy link
Member

No description provided.

@Kuboczoch Kuboczoch added documentation Improvements or additions to documentation enhancement New feature or request labels Oct 20, 2021
@Kuboczoch
Copy link
Member Author

Current error type that I implemented based on the 413 response when uploading "too large file":

type TError {
  message: string
  success: boolean
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants