Error from api calls

This forum is for programmers who have questions about the source code.
Post Reply
john841116
Posts: 2
Joined: Fri Nov 20, 2020 9:45 am

Error from api calls

Post by john841116 » Wed Nov 25, 2020 9:44 am

Hello, I got an error when calling an api:

{
'issue': [{'code': 'exception',
'details': {'text': 'The server has encountered an error.'},
'severity': 'error'}],
'resourceType': 'OperationOutcome'
}

What problem it could be?
Thanks in advance!

Post Reply