goog.debug.errorcontextProvided Bygoog.debug.errorcontextNo description available.VIEW SOURCEFunctionsexpand_moreaddErrorContext( err, contextKey, contextValue ) → voidAdds key-value context to the error. ParameterserrErrorThe error to add context to. contextKeystringKey for the context to be added. contextValuestringValue for the context to be added. VIEW SOURCEexpand_moregetErrorContext( err ) → Object<string, string>ParameterserrErrorThe error to get context from. ReturnsObject<string, string>The context of the provided error. VIEW SOURCE