package
Version:
v2.15.0-beta0
Opens a new window with list of versions in this module.
Published: Jul 29, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func BestEffortExtractEAError(responseBytes []byte) error
func BestEffortExtractEAStatus(responseBytes []byte) (code int, ok bool)
type AdapterError struct {
Name string `json:"name"`
Message string `json:"message"`
}
type AdapterStatus struct {
ErrorMessage *string `json:"errorMessage"`
Error any `json:"error"`
StatusCode *int `json:"statusCode"`
ProviderStatusCode *int `json:"providerStatusCode"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.