Interface IIncidentReportService
public interface IIncidentReportService
Methods
ReportIncident(IncidentTypes, string?, string?, object?, string?, string?, string?, string?, PhotonId, bool, bool, string?, string?)
Task<bool> ReportIncident(IncidentTypes type, string? title, string? description, object? data, string? category = null, string? TargetUser = null, string? TargetModule = null, string? TargetAction = null, PhotonId TargetPhotonId = default, bool IsEntitySpecific = false, bool IsDeploymentIdSpecific = false, string? callerFilePath = null, string? callerMemberName = null)
Parameters
type
IncidentTypestitle
stringdescription
stringdata
objectcategory
stringTargetUser
stringTargetModule
stringTargetAction
stringTargetPhotonId
PhotonIdIsEntitySpecific
boolIsDeploymentIdSpecific
boolcallerFilePath
stringcallerMemberName
string