Dan,
Thanks for your hard work at converging the APIs. This will help others see the value in joining us. We'll do what we can to keep this rolling forward quickly.
As for the error objects, we have this format. I'm checking if it aligns to any specific standard or convention:
{
"errors": {
"error": {
"code": "ACCOUNT_ALREADY_EXISTS",
"message": "An account with the specified username already exists. username: any...@hmisdomain.com"
}
}
}
-Eric
--
You received this message because you are subscribed to the Google Groups "hmis-api" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hmis-api+u...@googlegroups.com.
To post to this group, send email to hmis...@googlegroups.com.
Visit this group at https://groups.google.com/group/hmis-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/hmis-api/CAAy%2BrnV6MR%2Boc%3DtBAzwxFDZ7uMQ7%3DFD%2BMU3QiSSc8dzPoU-JKQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
{ "error": {
"code": HTTP_ERROR_GOES_HERE,
"message": "File Not Found",
"errors": [{
"domain": "Calendar",
"reason": "ResourceNotFoundException",
"message": "File Not Found
}]
}}
Another update: our Coordinated Entry folks are all using Spring Boot's built-in HTTP response conventions. So I'll have to look all the formats in use by that. I'm sure we can override to our common API needs though.