Name | Description | |
---|---|---|
CallStack | Gets an indication of the context in which the error occurred. | |
ColumnName | Gets the name of the column, the error is associated with. | |
ConstraintName | Gets the name of the constraint, the error is associated with. | |
DataTypeName | Gets the name of the data type, the error is associated with. | |
DetailMessage | Gets an optional secondary error message carrying more detail about the problem. | |
ErrorCode | Gets the SQLSTATE code for the error. | |
ErrorSql | Gets the query that caused the error. | |
FileName | Gets the file name of the source-code location where the error was reported. | |
Hint | Gets an optional suggestion on what to do about the problem. | |
InternalPosition | Gets the error cursor position as 1-based index in the InternalQuery string. | |
InternalQuery | Gets the text of an internally-generated command that caused the error, for example, a SQL query performed by a PL/pgSQL function. | |
LineNumber | Gets the line number of the source-code location where the error was reported. | |
Message | Gets the message text. | |
Position | Gets the error cursor position as 1-based index in the original query string. | |
ProcedureName | Gets the name of the source-code routine reporting the error. | |
SchemaName | Gets the name of the schema containing the object, the error is associated with. | |
Severity | Gets the of message severity. | |
SeverityMessage | Gets the severity text of the error, as returned by the server. | |
TableName | Gets the name of the table, the error is associated with. |