# shared-errors

@dynatrace-sdk/shared-errors

## 1.0.2

### Patch Changes

- Add generic argument to isClientRequestError. (APPDEV-13853)
  Improve type definition of CommonApiError interface. (APPDEV-13853)

## 1.0.1

### Patch Changes

- Added default error message for ApiClientError. (APPDEV-13931)

## 1.0.0

### Major Changes

- Initial public release. APPDEV-9957

## 0.0.4

### Patch Changes

- Add response object to InvalidResponseError.

## 0.0.3

### Patch Changes

- Added InvalidResponseError class. APPDEV-9585

## 0.0.2

### Patch Changes

- Introduced existing ApiClientError, ClientRequestError and the new ApiGatewayError. APPDEV-9219

## 0.0.1

### Patch Changes

- Introduce shared errors package. APPDEV-7628