aws icon indicating copy to clipboard operation
aws copied to clipboard

Timestream error 500 can trigger `ErrorException` when building `InternalServerException`

Open GrahamCampbell opened this issue 3 years ago • 0 comments

ErrorException Undefined array key "message" 
    vendor/voxie/async-aws-timestream-write/src/Exception/InternalServerException.php:17 Illuminate\Foundation\Bootstrap\HandleExceptions::handleError
    vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php:257 Illuminate\Foundation\Bootstrap\HandleExceptions::Illuminate\Foundation\Bootstrap\{closure}
    vendor/voxie/async-aws-timestream-write/src/Exception/InternalServerException.php:17 AsyncAws\TimestreamWrite\Exception\InternalServerException::populateResult
    vendor/voxie/async-aws-core/src/Exception/Http/HttpExceptionTrait.php:50 AsyncAws\Core\Exception\Http\ClientException::__construct
    vendor/voxie/async-aws-core/src/Response.php:406 AsyncAws\Core\Response::AsyncAws\Core\{closure}
    vendor/voxie/async-aws-core/src/Response.php:423 AsyncAws\Core\Response::getResolveStatus
    vendor/voxie/async-aws-core/src/Response.php:123 AsyncAws\Core\Response::resolve
    vendor/voxie/async-aws-core/src/Response.php:105 AsyncAws\Core\Response::__destruct

GrahamCampbell avatar Jun 23 '22 15:06 GrahamCampbell