Thrown when an organization/user token hits a project-scoped endpoint
without a project. The backend answers HTTP 400 and the client maps that
specific failure here so callers can prompt for / supply a project id
instead of surfacing a generic ValidationError.
Thrown when an organization/user token hits a project-scoped endpoint without a project. The backend answers HTTP 400 and the client maps that specific failure here so callers can prompt for / supply a project id instead of surfacing a generic
ValidationError.