Skip to content

Latest commit

 

History

History
81 lines (45 loc) · 2.26 KB

File metadata and controls

81 lines (45 loc) · 2.26 KB

andculturecode-javascript-coreServiceResponse

Interface: ServiceResponse <T>

Type parameters

T

Hierarchy

  • ServiceResponse

Index

Properties

Properties

Optional result

result? : ResultRecord‹T›

Defined in src/interfaces/service-response.ts:8

Result object containing detailed response information, such as; errors, result data, etc...


Optional resultObject

resultObject? : T

Defined in src/interfaces/service-response.ts:14

Convenience property to read result's nested record


resultObjects

resultObjects: T[]

Defined in src/interfaces/service-response.ts:15


Optional results

results? : ResultRecord‹T[]›

Defined in src/interfaces/service-response.ts:9


rowCount

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

status: number

Defined in src/interfaces/service-response.ts:27

HTTP status code of the response