Common
Response Types
Client.Response
type Response[T any] struct {
Payload []byte // raw response JSON
Value T // typed value
Error error // error, if it exists
}Management_response.SearchResult
Error
Was this helpful?