Skip to content

Conflict Error

Jefferson Medeiros edited this page Nov 28, 2019 · 2 revisions

Description

There was an attempt to perform an opertaion on a resource with information already existing on another resource of the same type.

Pattern error

{
  "code": 409,
  "message": "{resource name} is already registered..."
}

The resource names currently used are:

  • Application
  • Child
  • Children Group
  • Educator
  • Family
  • Health Professional
  • Institution

Account users

Integration endpoints

auth

users

institutions

children

families

families.children

educators

educators.children.groups

healthprofessionals

healthprofessionals.children.groups

applications

Error patterns

400 Validation Errors

Clone this wiki locally