| 1000 |
IncorrectSqlExecution |
|
An error has occured during the execution of a sql statement against a database |
| 1001 |
RetrievalError |
|
There was an error retrieving the data |
| 1002 |
NoDataRetrived |
|
The sql statement which was meant to get back some data did not get back data. This does not mean the sql was incorrect, passed parameters might have no data associated with it |
| 1003 |
IncorrectSqlSyntax |
|
The sql that was executed against the server was incorrect. If you are not a Star Marina Solutions developer and you see this please contact Star Marina Solutions. |
| 1004 |
ConnectionToDatabaseFailed |
|
The database connection failed, check to see if the database server is running |
| 1005 |
NotImplemented |
|
Not built yet in the api, intended for Star Marina Solutions developers. If you see this error and you are not a Star Marina Solutions developer please contact Star Marina Solutions |
| 1006 |
NoRenewalContractForSuppliedAccountCode |
|
There is no renwal contract for the supplied account code. If a customer gets this and believes this is incorrect they must contact a member or staff to check if their account code is correct on their login account |
| 1007 |
NoDataSentInBody |
|
There was no data found in the body of the request. Please ensure there is data |
| 1008 |
ContractAlreadyHasPaymentRegistered |
|
The contract the customer wishes to pay for already has a payment registered. They should contract support of they believe this to be incorrect |
| 1009 |
CastException |
|
Something has gone wrong in the SQL retrival stage of the API. Please contact Star |
| 1010 |
InvalidBoatDetails |
|
Provided boat dimension are not valid i.e set to 0 or lessr |
| 1011 |
IncorrectDates |
|
Provided dates are not valid i.e. dates overlapping |
| 1012 |
VacancyOverlaps |
|
Provided vacancy details overlaps with existing vacancies |
| 1013 |
BookingOverlaps |
|
Provided booking details overlaps with existing bookings |
| 1014 |
IncorrectDatesFormat |
|
Provided dates format is not valid |
| 1015 |
IncorrectMarina |
|
Marina code provided does not exist. |
| 1016 |
CannotPayBookingWithoutBoat |
|
Cannot mark booking as paid if no boat number is provided |
| 1017 |
InvalidBerth |
|
Provided berth does not exist in specified marina |
| 1018 |
IncorrectAccountCode |
|
Provided Account code does not exist |
| 1019 |
BoatDoesNotExists |
|
Boat provided does not exists |
| 1020 |
CommsTypeNotExists |
|
Comms type procided does not exists |
| 1021 |
InvalidContact |
|
Contact details provided does not exist in the system |
| 1022 |
InvalidKeyAuthorisation |
|
Key provides does not exists in system |
| 1023 |
IncorrectDetails |
|
Details provided either do not exists or are incorrect |
| 1024 |
NoTransactionCreated |
|
No transaction was created by the calling procedure |
| 1030 |
BoatInMarina |
|
The boat is currently in at this marina, which this operation doesn't allow |
| 1234 |
ExampleApiError |
|
Example Api Error which is always thrown by the Api called api/about/getError |
| 1500 |
ExceptionError |
|
Catched general exception |