Snowflake Native App Framework: 앱이 비활성화된 경우 오류 메시지 업데이트¶
컨슈머가 Snowflake Native App 을 설치한 후 여러 가지 이유로 앱이 비활성화될 수 있습니다.
- 변경 전:
Snowflake Native App 이 비활성화되면 앱에서는 앱을 더 이상 사용할 수 없는 이유를 언급하지 않은 단일 오류 메시지를 반환합니다.
- 변경 후:
Snowflake Native App 이 비활성화되면 앱에서는 앱을 더 이상 사용할 수 없는 이유에 대한 정보를 제공하는 오류 메시지를 반환합니다. 가능한 오류 메시지는 다음과 같습니다.
Application is no longer available for use: Application manually disabled.Application is no longer available for use: Account or organization is inactive.Application is no longer available for use: The version of this application is no longer available, please contact the application provider for more details.Application is no longer available for use: The Customer Managed Key (CMK) is not available for this account.Application is no longer available for use: Access to the listing this application was installed from has been revoked, please contact the application provider for more details.
참조: 1551