Click or drag to resize

StatusError Method

Creates a new error status with details on the error.

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 Error(
	params string[] details
)

Parameters

details  String

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

Return Value

Status

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

See Also