OBJECT

InvalidProjectIdError

The project-id provided is invalid

link GraphQL Schema definition

  • type InvalidProjectIdError implements UserError {
  • # Error message describing the reason of the failure
  • message: String!
  • }