diff --git a/common/types/response.go b/common/types/response.go index c9fc05565..8d82b0478 100644 --- a/common/types/response.go +++ b/common/types/response.go @@ -18,3 +18,5 @@ type APIBadRequest struct{} type APIUnauthorized struct{} type APIForbidden struct{} + +type APINotFound struct{}