fix: properly return errors for malformed config (#2027)
This commit is contained in:
@@ -178,6 +178,10 @@ export type AddExtensionErrors = {
|
||||
* Invalid request
|
||||
*/
|
||||
400: unknown;
|
||||
/**
|
||||
* Could not serialize config.yaml
|
||||
*/
|
||||
422: unknown;
|
||||
/**
|
||||
* Internal server error
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user