Skip to content

Commit cb81ed0

Browse files
committed
Add new error message example.
1 parent 07d60a9 commit cb81ed0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/pages/errors.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,16 @@ Here is a list of the different categories of status codes returned by the Sentr
6868
}
6969
```
7070

71+
Or if you are using the wrong client to retrieve your bearer token:
72+
73+
```bash {{ title: "Error response" }}
74+
{
75+
"error": "insufficient_permissions",
76+
"error_description": "Insufficient claim for the token",
77+
"message": "Permission denied. Are you using the correct client_id to generate your token?"
78+
}
79+
```
80+
7181
</Col>
7282
</Row>
7383

0 commit comments

Comments
 (0)