Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
details
map (key: string, value: string)
Additional information about the error.
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This document describes the JSON representation of a user-facing error, structured with specific fields to convey error information."],["The `reason` field provides a concise title explaining the error, while `errorUuid` is a unique identifier for error tracking."],["The `message` field contains detailed information about the error, and the `errorTime` field records the error's occurrence time using RFC 3339 format."],["The `details` field allows for a flexible map of key-value pairs to include extra information about the error that may be useful."]]],[]]