// SPDX-License-Identifier: Apache-2.0

export enum ErrorOwnership {
  User = 'user',
  Infrastructure = 'infrastructure',
  Solo = 'solo',
}
