ErrorSource type

定義 ErrorSource 的值。 可能的值包括:'System'、'User'、'Unknown'、'Dependency'

type ErrorSource = "System" | "User" | "Unknown" | "Dependency"