Search Results for

    Show / Hide Table of Contents

    Class PostgresErrorCodes

    Provides constants for PostgreSQL error codes.

    Inheritance
    object
    PostgresErrorCodes
    Namespace: Npgsql
    Assembly: Npgsql.dll
    Syntax
    public static class PostgresErrorCodes
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    Fields

    | Improve this Doc View Source

    ActiveSqlTransaction

    Declaration
    public const string ActiveSqlTransaction
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    AdminShutdown

    Declaration
    public const string AdminShutdown
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    AmbiguousAlias

    Declaration
    public const string AmbiguousAlias
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    AmbiguousColumn

    Declaration
    public const string AmbiguousColumn
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    AmbiguousFunction

    Declaration
    public const string AmbiguousFunction
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    AmbiguousParameter

    Declaration
    public const string AmbiguousParameter
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ArraySubscriptError

    Declaration
    public const string ArraySubscriptError
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    AssertFailure

    Declaration
    public const string AssertFailure
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    BadCopyFileFormat

    Declaration
    public const string BadCopyFileFormat
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    BranchTransactionAlreadyActive

    Declaration
    public const string BranchTransactionAlreadyActive
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    CannotCoerce

    Declaration
    public const string CannotCoerce
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    CannotConnectNow

    Declaration
    public const string CannotConnectNow
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    CantChangeRuntimeParam

    Declaration
    public const string CantChangeRuntimeParam
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    CardinalityViolation

    Declaration
    public const string CardinalityViolation
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    CaseNotFound

    Declaration
    public const string CaseNotFound
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    CharacterNotInRepertoire

    Declaration
    public const string CharacterNotInRepertoire
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    CheckViolation

    Declaration
    public const string CheckViolation
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    CollationMismatch

    Declaration
    public const string CollationMismatch
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ConfigFileError

    Declaration
    public const string ConfigFileError
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ConfigurationLimitExceeded

    Declaration
    public const string ConfigurationLimitExceeded
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ConnectionDoesNotExist

    Declaration
    public const string ConnectionDoesNotExist
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ConnectionException

    Declaration
    public const string ConnectionException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ConnectionFailure

    Declaration
    public const string ConnectionFailure
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ContainingSqlNotPermittedExternalRoutineException

    Declaration
    public const string ContainingSqlNotPermittedExternalRoutineException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    CrashShutdown

    Declaration
    public const string CrashShutdown
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DatabaseDropped

    Declaration
    public const string DatabaseDropped
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DataCorrupted

    Declaration
    public const string DataCorrupted
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DataException

    Declaration
    public const string DataException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DatatypeMismatch

    Declaration
    public const string DatatypeMismatch
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DatetimeFieldOverflow

    Declaration
    public const string DatetimeFieldOverflow
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DeadlockDetected

    Declaration
    public const string DeadlockDetected
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DependentObjectsStillExist

    Declaration
    public const string DependentObjectsStillExist
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DependentPrivilegeDescriptorsStillExist

    Declaration
    public const string DependentPrivilegeDescriptorsStillExist
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DeprecatedFeatureWarning

    Declaration
    public const string DeprecatedFeatureWarning
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DiagnosticsException

    Declaration
    public const string DiagnosticsException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DiskFull

    Declaration
    public const string DiskFull
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DivisionByZero

    Declaration
    public const string DivisionByZero
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DuplicateAlias

    Declaration
    public const string DuplicateAlias
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DuplicateColumn

    Declaration
    public const string DuplicateColumn
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DuplicateCursor

    Declaration
    public const string DuplicateCursor
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DuplicateDatabase

    Declaration
    public const string DuplicateDatabase
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DuplicateFile

    Declaration
    public const string DuplicateFile
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DuplicateFunction

    Declaration
    public const string DuplicateFunction
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DuplicateObject

    Declaration
    public const string DuplicateObject
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DuplicatePreparedStatement

    Declaration
    public const string DuplicatePreparedStatement
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DuplicateSchema

    Declaration
    public const string DuplicateSchema
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DuplicateTable

    Declaration
    public const string DuplicateTable
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    DynamicResultSetsReturnedWarning

    Declaration
    public const string DynamicResultSetsReturnedWarning
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ErrorInAssignment

    Declaration
    public const string ErrorInAssignment
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    EscapeCharacterConflict

    Declaration
    public const string EscapeCharacterConflict
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    EventTriggerProtocolViolatedExternalRoutineInvocationException

    Declaration
    public const string EventTriggerProtocolViolatedExternalRoutineInvocationException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ExclusionViolation

    Declaration
    public const string ExclusionViolation
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ExternalRoutineException

    Declaration
    public const string ExternalRoutineException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ExternalRoutineInvocationException

    Declaration
    public const string ExternalRoutineInvocationException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwColumnNameNotFound

    Declaration
    public const string FdwColumnNameNotFound
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwDynamicParameterValueNeeded

    Declaration
    public const string FdwDynamicParameterValueNeeded
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwError

    Declaration
    public const string FdwError
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwFunctionSequenceError

    Declaration
    public const string FdwFunctionSequenceError
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwInconsistentDescriptorInformation

    Declaration
    public const string FdwInconsistentDescriptorInformation
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwInvalidAttributeValue

    Declaration
    public const string FdwInvalidAttributeValue
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwInvalidColumnName

    Declaration
    public const string FdwInvalidColumnName
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwInvalidColumnNumber

    Declaration
    public const string FdwInvalidColumnNumber
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwInvalidDataType

    Declaration
    public const string FdwInvalidDataType
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwInvalidDataTypeDescriptors

    Declaration
    public const string FdwInvalidDataTypeDescriptors
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwInvalidDescriptorFieldIdentifier

    Declaration
    public const string FdwInvalidDescriptorFieldIdentifier
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwInvalidHandle

    Declaration
    public const string FdwInvalidHandle
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwInvalidOptionIndex

    Declaration
    public const string FdwInvalidOptionIndex
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwInvalidOptionName

    Declaration
    public const string FdwInvalidOptionName
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwInvalidStringFormat

    Declaration
    public const string FdwInvalidStringFormat
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwInvalidStringLengthOrBufferLength

    Declaration
    public const string FdwInvalidStringLengthOrBufferLength
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwInvalidUseOfNullPointer

    Declaration
    public const string FdwInvalidUseOfNullPointer
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwNoSchemas

    Declaration
    public const string FdwNoSchemas
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwOptionNameNotFound

    Declaration
    public const string FdwOptionNameNotFound
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwOutOfMemory

    Declaration
    public const string FdwOutOfMemory
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwReplyHandle

    Declaration
    public const string FdwReplyHandle
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwSchemaNotFound

    Declaration
    public const string FdwSchemaNotFound
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwTableNotFound

    Declaration
    public const string FdwTableNotFound
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwTooManyHandles

    Declaration
    public const string FdwTooManyHandles
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwUnableToCreateExecution

    Declaration
    public const string FdwUnableToCreateExecution
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwUnableToCreateReply

    Declaration
    public const string FdwUnableToCreateReply
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FdwUnableToEstablishConnection

    Declaration
    public const string FdwUnableToEstablishConnection
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FeatureNotSupported

    Declaration
    public const string FeatureNotSupported
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FloatingPointException

    Declaration
    public const string FloatingPointException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ForeignKeyViolation

    Declaration
    public const string ForeignKeyViolation
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    FunctionExecutedNoReturnStatementSqlRoutineException

    Declaration
    public const string FunctionExecutedNoReturnStatementSqlRoutineException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    GroupingError

    Declaration
    public const string GroupingError
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    HeldCursorRequiresSameIsolationLevel

    Declaration
    public const string HeldCursorRequiresSameIsolationLevel
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    IdleSessionTimeout

    Declaration
    public const string IdleSessionTimeout
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ImplicitZeroBitPaddingWarning

    Declaration
    public const string ImplicitZeroBitPaddingWarning
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InappropriateAccessModeForBranchTransaction

    Declaration
    public const string InappropriateAccessModeForBranchTransaction
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InappropriateIsolationLevelForBranchTransaction

    Declaration
    public const string InappropriateIsolationLevelForBranchTransaction
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    IndeterminateCollation

    Declaration
    public const string IndeterminateCollation
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    IndeterminateDatatype

    Declaration
    public const string IndeterminateDatatype
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    IndexCorrupted

    Declaration
    public const string IndexCorrupted
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    IndicatorOverflow

    Declaration
    public const string IndicatorOverflow
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InFailedSqlTransaction

    Declaration
    public const string InFailedSqlTransaction
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InsufficientPrivilege

    Declaration
    public const string InsufficientPrivilege
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InsufficientResources

    Declaration
    public const string InsufficientResources
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    IntegrityConstraintViolation

    Declaration
    public const string IntegrityConstraintViolation
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InternalError

    Declaration
    public const string InternalError
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    IntervalFieldOverflow

    Declaration
    public const string IntervalFieldOverflow
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidArgumentForLogarithm

    Declaration
    public const string InvalidArgumentForLogarithm
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidArgumentForNthValueFunction

    Declaration
    public const string InvalidArgumentForNthValueFunction
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidArgumentForNtileFunction

    Declaration
    public const string InvalidArgumentForNtileFunction
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidArgumentForPowerFunction

    Declaration
    public const string InvalidArgumentForPowerFunction
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidArgumentForWidthBucketFunction

    Declaration
    public const string InvalidArgumentForWidthBucketFunction
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidAuthorizationSpecification

    Declaration
    public const string InvalidAuthorizationSpecification
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidBinaryRepresentation

    Declaration
    public const string InvalidBinaryRepresentation
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidCatalogName

    Declaration
    public const string InvalidCatalogName
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidCharacterValueForCast

    Declaration
    public const string InvalidCharacterValueForCast
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidColumnDefinition

    Declaration
    public const string InvalidColumnDefinition
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidColumnReference

    Declaration
    public const string InvalidColumnReference
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidCursorDefinition

    Declaration
    public const string InvalidCursorDefinition
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidCursorName

    Declaration
    public const string InvalidCursorName
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidCursorState

    Declaration
    public const string InvalidCursorState
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidDatabaseDefinition

    Declaration
    public const string InvalidDatabaseDefinition
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidDatetimeFormat

    Declaration
    public const string InvalidDatetimeFormat
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidEscapeCharacter

    Declaration
    public const string InvalidEscapeCharacter
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidEscapeOctet

    Declaration
    public const string InvalidEscapeOctet
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidEscapeSequence

    Declaration
    public const string InvalidEscapeSequence
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidForeignKey

    Declaration
    public const string InvalidForeignKey
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidFunctionDefinition

    Declaration
    public const string InvalidFunctionDefinition
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidGrantOperation

    Declaration
    public const string InvalidGrantOperation
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidGrantor

    Declaration
    public const string InvalidGrantor
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidIndicatorParameterValue

    Declaration
    public const string InvalidIndicatorParameterValue
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidLocatorSpecification

    Declaration
    public const string InvalidLocatorSpecification
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidName

    Declaration
    public const string InvalidName
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidObjectDefinition

    Declaration
    public const string InvalidObjectDefinition
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidParameterValue

    Declaration
    public const string InvalidParameterValue
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidPassword

    Declaration
    public const string InvalidPassword
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidPreparedStatementDefinition

    Declaration
    public const string InvalidPreparedStatementDefinition
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidRecursion

    Declaration
    public const string InvalidRecursion
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidRegularExpression

    Declaration
    public const string InvalidRegularExpression
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidRoleSpecification

    Declaration
    public const string InvalidRoleSpecification
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidRowCountInLimitClause

    Declaration
    public const string InvalidRowCountInLimitClause
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidRowCountInResultOffsetClause

    Declaration
    public const string InvalidRowCountInResultOffsetClause
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidSavepointSpecification

    Declaration
    public const string InvalidSavepointSpecification
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidSchemaDefinition

    Declaration
    public const string InvalidSchemaDefinition
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidSchemaName

    Declaration
    public const string InvalidSchemaName
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidSqlStatementName

    Declaration
    public const string InvalidSqlStatementName
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidSqlstateReturnedExternalRoutineInvocationException

    Declaration
    public const string InvalidSqlstateReturnedExternalRoutineInvocationException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidTableDefinition

    Declaration
    public const string InvalidTableDefinition
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidTablesampleArgument

    Declaration
    public const string InvalidTablesampleArgument
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidTablesampleRepeat

    Declaration
    public const string InvalidTablesampleRepeat
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidTextRepresentation

    Declaration
    public const string InvalidTextRepresentation
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidTimeZoneDisplacementValue

    Declaration
    public const string InvalidTimeZoneDisplacementValue
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidTransactionInitiation

    Declaration
    public const string InvalidTransactionInitiation
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidTransactionState

    Declaration
    public const string InvalidTransactionState
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidTransactionTermination

    Declaration
    public const string InvalidTransactionTermination
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidUseOfEscapeCharacter

    Declaration
    public const string InvalidUseOfEscapeCharacter
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidXmlComment

    Declaration
    public const string InvalidXmlComment
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidXmlContent

    Declaration
    public const string InvalidXmlContent
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidXmlDocument

    Declaration
    public const string InvalidXmlDocument
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    InvalidXmlProcessingInstruction

    Declaration
    public const string InvalidXmlProcessingInstruction
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    IoError

    Declaration
    public const string IoError
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    LocatorException

    Declaration
    public const string LocatorException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    LockFileExists

    Declaration
    public const string LockFileExists
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    LockNotAvailable

    Declaration
    public const string LockNotAvailable
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ModifyingSqlDataNotPermittedExternalRoutineException

    Declaration
    public const string ModifyingSqlDataNotPermittedExternalRoutineException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ModifyingSqlDataNotPermittedSqlRoutineException

    Declaration
    public const string ModifyingSqlDataNotPermittedSqlRoutineException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    MostSpecificTypeMismatch

    Declaration
    public const string MostSpecificTypeMismatch
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    NameTooLong

    Declaration
    public const string NameTooLong
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    NoActiveSqlTransaction

    Declaration
    public const string NoActiveSqlTransaction
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    NoActiveSqlTransactionForBranchTransaction

    Declaration
    public const string NoActiveSqlTransactionForBranchTransaction
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    NoAdditionalDynamicResultSetsReturned

    Declaration
    public const string NoAdditionalDynamicResultSetsReturned
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    NoData

    Declaration
    public const string NoData
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    NoDataFound

    Declaration
    public const string NoDataFound
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    NonstandardUseOfEscapeCharacter

    Declaration
    public const string NonstandardUseOfEscapeCharacter
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    NotAnXmlDocument

    Declaration
    public const string NotAnXmlDocument
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    NotNullViolation

    Declaration
    public const string NotNullViolation
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    NullValueEliminatedInSetFunctionWarning

    Declaration
    public const string NullValueEliminatedInSetFunctionWarning
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    NullValueNoIndicatorParameter

    Declaration
    public const string NullValueNoIndicatorParameter
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    NullValueNotAllowed

    Declaration
    public const string NullValueNotAllowed
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    NullValueNotAllowedExternalRoutineInvocationException

    Declaration
    public const string NullValueNotAllowedExternalRoutineInvocationException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    NumericValueOutOfRange

    Declaration
    public const string NumericValueOutOfRange
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ObjectInUse

    Declaration
    public const string ObjectInUse
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ObjectNotInPrerequisiteState

    Declaration
    public const string ObjectNotInPrerequisiteState
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    OperatorIntervention

    Declaration
    public const string OperatorIntervention
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    OutOfMemory

    Declaration
    public const string OutOfMemory
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    PlpgsqlError

    Declaration
    public const string PlpgsqlError
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    PrivilegeNotGrantedWarning

    Declaration
    public const string PrivilegeNotGrantedWarning
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    PrivilegeNotRevokedWarning

    Declaration
    public const string PrivilegeNotRevokedWarning
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ProgramLimitExceeded

    Declaration
    public const string ProgramLimitExceeded
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ProhibitedSqlStatementAttemptedExternalRoutineException

    Declaration
    public const string ProhibitedSqlStatementAttemptedExternalRoutineException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ProhibitedSqlStatementAttemptedSqlRoutineException

    Declaration
    public const string ProhibitedSqlStatementAttemptedSqlRoutineException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ProtocolViolation

    Declaration
    public const string ProtocolViolation
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    QueryCanceled

    Declaration
    public const string QueryCanceled
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    RaiseException

    Declaration
    public const string RaiseException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ReadingSqlDataNotPermittedExternalRoutineException

    Declaration
    public const string ReadingSqlDataNotPermittedExternalRoutineException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ReadingSqlDataNotPermittedSqlRoutineException

    Declaration
    public const string ReadingSqlDataNotPermittedSqlRoutineException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ReadOnlySqlTransaction

    Declaration
    public const string ReadOnlySqlTransaction
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ReservedName

    Declaration
    public const string ReservedName
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    RestrictViolation

    Declaration
    public const string RestrictViolation
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    SavepointException

    Declaration
    public const string SavepointException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    SchemaAndDataStatementMixingNotSupported

    Declaration
    public const string SchemaAndDataStatementMixingNotSupported
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    SerializationFailure

    Declaration
    public const string SerializationFailure
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    SnapshotFailure

    Declaration
    public const string SnapshotFailure
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    SqlClientUnableToEstablishSqlConnection

    Declaration
    public const string SqlClientUnableToEstablishSqlConnection
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    SqlRoutineException

    Declaration
    public const string SqlRoutineException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    SqlServerRejectedEstablishmentOfSqlConnection

    Declaration
    public const string SqlServerRejectedEstablishmentOfSqlConnection
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    SqlStatementNotYetComplete

    Declaration
    public const string SqlStatementNotYetComplete
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    SrfProtocolViolatedExternalRoutineInvocationException

    Declaration
    public const string SrfProtocolViolatedExternalRoutineInvocationException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    StackedDiagnosticsAccessedWithoutActiveHandler

    Declaration
    public const string StackedDiagnosticsAccessedWithoutActiveHandler
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    StatementCompletionUnknown

    Declaration
    public const string StatementCompletionUnknown
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    StatementTooComplex

    Declaration
    public const string StatementTooComplex
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    StringDataLengthMismatch

    Declaration
    public const string StringDataLengthMismatch
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    StringDataRightTruncation

    Declaration
    public const string StringDataRightTruncation
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    StringDataRightTruncationWarning

    Declaration
    public const string StringDataRightTruncationWarning
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    SubstringError

    Declaration
    public const string SubstringError
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    SuccessfulCompletion

    Declaration
    public const string SuccessfulCompletion
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    SyntaxError

    Declaration
    public const string SyntaxError
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    SyntaxErrorOrAccessRuleViolation

    Declaration
    public const string SyntaxErrorOrAccessRuleViolation
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    SystemError

    Declaration
    public const string SystemError
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    TooManyArguments

    Declaration
    public const string TooManyArguments
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    TooManyColumns

    Declaration
    public const string TooManyColumns
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    TooManyConnections

    Declaration
    public const string TooManyConnections
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    TooManyRows

    Declaration
    public const string TooManyRows
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    TransactionIntegrityConstraintViolation

    Declaration
    public const string TransactionIntegrityConstraintViolation
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    TransactionResolutionUnknown

    Declaration
    public const string TransactionResolutionUnknown
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    TransactionRollback

    Declaration
    public const string TransactionRollback
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    TriggeredActionException

    Declaration
    public const string TriggeredActionException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    TriggeredDataChangeViolation

    Declaration
    public const string TriggeredDataChangeViolation
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    TriggerProtocolViolatedExternalRoutineInvocationException

    Declaration
    public const string TriggerProtocolViolatedExternalRoutineInvocationException
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    TrimError

    Declaration
    public const string TrimError
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    UndefinedColumn

    Declaration
    public const string UndefinedColumn
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    UndefinedFile

    Declaration
    public const string UndefinedFile
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    UndefinedFunction

    Declaration
    public const string UndefinedFunction
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    UndefinedObject

    Declaration
    public const string UndefinedObject
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    UndefinedParameter

    Declaration
    public const string UndefinedParameter
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    UndefinedTable

    Declaration
    public const string UndefinedTable
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    UniqueViolation

    Declaration
    public const string UniqueViolation
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    UnterminatedCString

    Declaration
    public const string UnterminatedCString
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    UntranslatableCharacter

    Declaration
    public const string UntranslatableCharacter
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    Warning

    Declaration
    public const string Warning
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    WindowingError

    Declaration
    public const string WindowingError
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    WithCheckOptionViolation

    Declaration
    public const string WithCheckOptionViolation
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    WrongObjectType

    Declaration
    public const string WrongObjectType
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    | Improve this Doc View Source

    ZeroLengthCharacterString

    Declaration
    public const string ZeroLengthCharacterString
    Field Value
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/static/errcodes-appendix.html

    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team