harness.payments.facades.MaybeErrorResponse.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of harness-payments_sjs1_3 Show documentation
Show all versions of harness-payments_sjs1_3 Show documentation
Miscellaneous libraries/utilities for Scala.
package harness.payments.facades
import scala.scalajs.js
@js.native
trait MaybeErrorResponse extends js.Object {
def error: js.UndefOr[Err]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy