| 115 | * prevent silently clobbering an existing integration's tools, connections, |
| 116 | * and policies. */ |
| 117 | export class IntegrationAlreadyExistsError extends Schema.TaggedErrorClass<IntegrationAlreadyExistsError>()( |
| 118 | "IntegrationAlreadyExistsError", |
| 119 | { slug: IntegrationSlug }, |
| 120 | { httpApiStatus: 409 }, |
nothing calls this directly
no outgoing calls
no test coverage detected