Type Alias ResponseErrors

Error response containing one or more error details.

type ResponseErrors = {
    errors?: dataSources.PublicApiError[];
}
Index

Properties

Properties

Array of error objects describing what went wrong.