fix: show 404 page if /api/v2/meta/page/{page} can't find a file
This commit is contained in:
parent
0c6e3bf38f
commit
c8e4078b35
6 changed files with 17 additions and 9 deletions
|
@ -43,6 +43,7 @@ export enum ErrorCode {
|
|||
MemberNotFound = "MEMBER_NOT_FOUND",
|
||||
AccountAlreadyLinked = "ACCOUNT_ALREADY_LINKED",
|
||||
LastAuthMethod = "LAST_AUTH_METHOD",
|
||||
PageNotFound = "PAGE_NOT_FOUND",
|
||||
// This code isn't actually returned by the API
|
||||
Non204Response = "(non 204 response)",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue