PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ gdalErrorTypes

const char* const gdalErrorTypes[gdalErrorTypesSize]
static
Initial value:
=
{
"None",
"AppDefined",
"OutOfMemory",
"FileIO",
"OpenFailed",
"IllegalArg",
"NotSupported",
"AssertionFailed",
"NoWriteAccess",
"UserInterrupt",
"ObjectNull",
"HttpResponse",
"AWSBucketNotFound",
"AWSObjectNotFound",
"AWSAccessDenied",
"AWSInvalidCredentials",
"AWSSignatureDoesNotMatch"
}

Definition at line 1097 of file rtpg_gdal.c.

1098{
1099 "None",
1100 "AppDefined",
1101 "OutOfMemory",
1102 "FileIO",
1103 "OpenFailed",
1104 "IllegalArg",
1105 "NotSupported",
1106 "AssertionFailed",
1107 "NoWriteAccess",
1108 "UserInterrupt",
1109 "ObjectNull",
1110 "HttpResponse",
1111 "AWSBucketNotFound",
1112 "AWSObjectNotFound",
1113 "AWSAccessDenied",
1114 "AWSInvalidCredentials",
1115 "AWSSignatureDoesNotMatch"
1116};

Referenced by ogrErrorHandler().