Overview
When PKB returns an error, we will try to include an OperationOutcome with a meaningful error code. Code | Display | Definition | ACC_TOKEN_EXPIRED | Access token expired | Your access token has expired. If you have a refresh token, you can use this to try to obtain a new access token. | ACCESS_FROZEN_OUTWARD | Access frozen outward | The patient who is making the request has had their access frozen. | API_SESSION_EXPIRED | API session expired | Some API sessions expire after a predefined amount of time. If your session has expired you are not able to use an existing access token, and you are not able to use a refresh token to obtain a new access token. | API_SESSION_INVALID | API session invalid | An API session can be invalidated for a few reasons. For example, if a refresh token is used more than once. | BAD_AUTHENTICATION | Bad authentication | You did not provide a valid access token. For example, perhaps you forgot to include the Authorization header with your request. |
|
|