forked from companieshouse/api-enumerations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
errors.yml
15 lines (15 loc) · 786 Bytes
/
errors.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
errors:
service:
'access-denied' : "Access denied"
'company-profile-not-found' : "Company profile not found"
'company-insolvencies-not-found' : "Company insolvencies not found"
'invalid-authorization-header' : "Invalid authorization header"
'invalid-http-method' : "Access denied for HTTP method {method}"
'invalid-client-id' : "Invalid client ID"
'no-json-provided' : "No JSON payload provided"
'not-authorised-for-company' : "Not authorised to file for this company"
'transaction-not-open' : "Transaction is not open"
'transaction-does-not-exist' : "Transaction does not exist"
'user-transactions-not-found' : "No transactions found for this user"
'unauthorised' : "Unauthorised"