@aws-amplify/core
Version:
Core category of aws-amplify
12 lines (8 loc) • 354 B
text/typescript
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Logging constants
export const AWS_CLOUDWATCH_CATEGORY = 'Logging';
export const USER_AGENT_HEADER = 'x-amz-user-agent';
// Error exception code constants
export const NO_HUBCALLBACK_PROVIDED_EXCEPTION =
'NoHubcallbackProvidedException';