[FEATURE] New Project Display (#1)
Reviewed-on: https://forgejo.dunemask.dev///elysium/cairo/pulls/1 Co-authored-by: Dunemask <dunemask@gmail.com> Co-committed-by: Dunemask <dunemask@gmail.com>
This commit is contained in:
parent
c50c4ef647
commit
a293eadbde
18 changed files with 247 additions and 45 deletions
|
@ -18,6 +18,7 @@ export class ProjectErrors {
|
|||
static readonly BadRequestProjectIncomplete = new ClientError(400, "Project incomplete!");
|
||||
static readonly UnexpectedRootUserError = new ClientError(500, "Error creating root user!");
|
||||
static readonly ConflictNonUnique = new ClientError(409, "Slug already taken!");
|
||||
static readonly NotFoundProject = new ClientError(404, "Project not found!");
|
||||
}
|
||||
|
||||
export class KeyPairErrors {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue