Skip to main content

UserCodeFaultBlame

Whose problem a failure is. The platform attributes blame; the game decides what to render. PLATFORM means ours and a retry is reasonable; AUTHOR means the app's own code and the same call will fail the same way; BUDGET means an allowance is spent and nothing is broken.

enum UserCodeFaultBlame {
PLATFORM
AUTHOR
BUDGET
}

Values

UserCodeFaultBlame.PLATFORM

Ours. The app's code is not at fault — it may not have run at all.

UserCodeFaultBlame.AUTHOR

The app's own code or configuration. Repeating the call gets the same answer.

UserCodeFaultBlame.BUDGET

A metered allowance for this app or caller is spent. Nothing is broken.

Member Of

PlayerFaultInfo object ● UserCodeFaultRecord object ● userCodeFaults query ● UserCodeFaultSummaryEntry object