AwsQueryErrorTrait constructor

const AwsQueryErrorTrait({
  1. required String code,
  2. required int httpResponseCode,
})

Implementation

const AwsQueryErrorTrait({
  required this.code,
  required this.httpResponseCode,
});