| 181 | * `false` otherwise. |
| 182 | */ |
| 183 | export const isAlreadyExistsError = error => grpcStatusCode(error) === 6 // NOTE: HTTP 409 can also be AbortedError. |
| 184 | |
| 185 | /** |
| 186 | * Returns whether the grpc error represents a permission denied error. |
nothing calls this directly
no test coverage detected