OBJECT

InvalidSkillIdError

A provided skill-id is invalid

link GraphQL Schema definition

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