BitmovinApiSdk\Models\EncodingErrorDefinition

Synopsis

class EncodingErrorDefinition extends ApiResource {
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

Methods

public

  • __construct()
  • category() — The error category.
  • code() — The error code.
  • description() — The returned error description.
  • message() — The error message, optional. Can include placeholders like {1}, {2} which are replaced with the respective dependency when the error is thrown.
  • retryHint() — Indicates if the call that caused the error should be retried.

Inherited from BitmovinApiSdk\Common\ApiResource

public