-
Notifications
You must be signed in to change notification settings - Fork 3
/
errors.json
31 lines (31 loc) · 1.68 KB
/
errors.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"portSQL": "Port SQL generic",
"portSQL.noConnection": "No connection to SQL server",
"portSQL.parserError": "Sql parser error",
"portSQL.notReady": "The connection is not ready",
"portSQL.missingProcess": "Invalid or missing resultset processing mode",
"portSQL.notImplemented": "Specified resultset processing mode is not implemented yet",
"portSQL.unexpectedType": "Unexpected parameter type",
"portSQL.unexpectedColumnType": "Unexpected column type",
"portSQL.invalidView": "Invalid view, cannot refresh",
"portSQL.invalidResultSetOrder": "Invalid resultset order",
"portSQL.duplicateResultSetName": "Duplicate resultset name",
"portSQL.singleResultExpected": "Expected single or no result",
"portSQL.wrongXmlFormat": "Wrong XML format in result",
"portSQL.updateSchema": "Schema update error",
"portSQL.retryFailedSchemas": {
"message": "Retries exceeded for failed schemas",
"fatal": true
},
"portSQL.noRowsExpected": "No rows were expected in the result",
"portSQL.singleResultsetExpected": "Single resultset expected",
"portSQL.oneRowExpected": "Exactly one row was expected in the result",
"portSQL.maxOneRowExpected": "Maximum one row was expected in the result",
"portSQL.minOneRowExpected": "Minimum one row was expected in the result",
"portSQL.absolutePath": "Absolute path error",
"portSQL.invalidFileLocation": "Writing outside of base directory is forbidden",
"portSQL.spNotFound": "Stored Procedure not found: {name}",
"portSQL.decrypt": "Field decryption failed for: {field}",
"portSQL.exportError": "Export error",
"portSQL.docParseError": "Documentation parsing error: {doc}"
}