Class ApiResponseInfoLite
- Namespace
- Textkernel.Tx.Models.API
- Assembly
- Textkernel.Tx.SDK.dll
Information/metadata for an individual REST API call.
See https://developer.textkernel.com/tx-platform/v10/overview/#http-status-codes
public class ApiResponseInfoLite
- Inheritance
-
ApiResponseInfoLite
- Derived
- Inherited Members
Properties
Code
public string Code { get; set; }
Property Value
Message
A short human-readable description explaining the Code value
public string Message { get; set; }