bucketwarden-errors 0.1.0

BucketWarden S3 error catalogs and retry classification.
Documentation
&[
S3ServiceSpecificError {
        feature_id: "feat:bucketwarden.s3err.select.unsupportedsyntax",
        family: "select",
        code: "UnsupportedSyntax",
        status: 400,
        message: "We encountered syntax that is not valid.",
    },
S3ServiceSpecificError {
        feature_id: "feat:bucketwarden.s3err.select.unsupportedtypeforquerying",
        family: "select",
        code: "UnsupportedTypeForQuerying",
        status: 400,
        message: "Your query contains an unsupported type for comparison (e.g. verifying that a Parquet INT96 column type is greater than 0).",
    },
S3ServiceSpecificError {
        feature_id: "feat:bucketwarden.s3err.select.valueparsefailure",
        family: "select",
        code: "ValueParseFailure",
        status: 400,
        message: "A timestamp parse failure occurred in the SQL expression.",
    },
]