andculturecode-javascript-core › ServiceResponse
▪ T
- ServiceResponse
• result? : ResultRecord‹T›
Defined in src/interfaces/service-response.ts:8
Result object containing detailed response information, such as; errors, result data, etc...
• resultObject? : T
Defined in src/interfaces/service-response.ts:14
Convenience property to read result's nested record
• resultObjects: T[]
Defined in src/interfaces/service-response.ts:15
• results? : ResultRecord‹T[]›
Defined in src/interfaces/service-response.ts:9
• rowCount: number
Defined in src/interfaces/service-response.ts:22
Totoal possible records available for the initial service request. If greater than total results in this response, additional pages of results can be requested from the API
• status: number
Defined in src/interfaces/service-response.ts:27
HTTP status code of the response