feat: add AWS invoke error handling and new error code

This commit is contained in:
CaIon
2025-08-09 19:26:41 +08:00
parent 24860fdc05
commit ea8cac7c10
2 changed files with 5 additions and 5 deletions

View File

@@ -65,6 +65,7 @@ const (
ErrorCodeBadResponse ErrorCode = "bad_response"
ErrorCodeBadResponseBody ErrorCode = "bad_response_body"
ErrorCodeEmptyResponse ErrorCode = "empty_response"
ErrorCodeAwsInvokeError ErrorCode = "aws_invoke_error"
// sql error
ErrorCodeQueryDataError ErrorCode = "query_data_error"