Skip to content

@serenity-is/corelib / SaveResponse

Interface: SaveResponse

Defined in: src/base/servicetypes.ts:51

Response DTO for Create / Update handlers.

Extends

Properties

EntityId?

optional EntityId: any

Defined in: src/base/servicetypes.ts:53

Primary key of the created / updated entity as assigned / confirmed by the server.


Error?

optional Error: ServiceError

Defined in: src/base/servicetypes.ts:25

Error information when the request failed; undefined on success.

Inherited from

ServiceResponse.Error