Click or drag to resize

StatusWarning Method

Creates a new warning status with details on the warning.

Namespace: RAYLASE.PDA.API.Error
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.2.0
Syntax
C#
public static Status Warning(
	params string[] details
)

Parameters

details  String

[Missing <param name="details"/> documentation for "M:RAYLASE.PDA.API.Error.Status.Warning(System.String[])"]

Return Value

Status

[Missing <returns> documentation for "M:RAYLASE.PDA.API.Error.Status.Warning(System.String[])"]

See Also