dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlException Class / ErrorCode Property

ErrorCode Property (PgSqlException)
Gets the SQLSTATE code for the error.
Syntax
'Declaration
 
Public Shadows ReadOnly Property ErrorCode As String
 

Property Value

The SQLSTATE code of the error.
Remarks
All messages emitted by the PostgreSQL server are assigned five-character error codes that follow the SQL standard conventions for "SQLSTATE" codes. The first two characters of an error code denote a class of errors, while the last three characters indicate a specific condition within that class.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also