Solapi.Error.NetworkError exception (Solapi v0.1.0)

View Source

네트워크 관련 에러.

Summary

Types

t()

@type t() :: %Solapi.Error.NetworkError{
  __exception__: true,
  reason: term(),
  retries_exhausted: boolean()
}

Functions

new(reason, opts \\ [])

@spec new(
  term(),
  keyword()
) :: t()