Status(StatusCode, String) Constructor |
Constructor to create a new status message.
Namespace: RAYLASE.PDA.API.ErrorAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax public Status(
StatusCode statusCode = StatusCode.Ok,
string[] details = null
)
Parameters
- statusCode StatusCode (Optional)
- Non-thrown status code.
- details String (Optional)
- Error details.
See Also