func NewAPIResponseWithError()

in pkg/sdk/client/response.go [36:40]


func NewAPIResponseWithError(errorMessage string) *APIResponse {

	response := &APIResponse{Message: errorMessage}
	return response
}