PlatformHeaders.ErrorSource Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The x-platform-error-source header β classifies every error response
so the platform can route actionable errors to the right team.
Present on all 4xx/5xx responses from protocol endpoints.
Values: user, platform, upstream.
public const string ErrorSource;
val mutable ErrorSource : string
Public Const ErrorSource As String