Click or drag to resize

Status(StatusCode, String) Constructor

Constructor to create a new status message.

Namespace: RAYLASE.PDA.API.Error
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public Status(
	StatusCode statusCode = StatusCode.Ok,
	string[] details = null
)

Parameters

statusCode  StatusCode  (Optional)
Non-thrown status code.
details  String  (Optional)
Error details.
See Also